Class TransformationSchedulesParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.TransformationSchedulesParser
-
public class TransformationSchedulesParser extends Object
-
-
Constructor Summary
Constructors Constructor Description TransformationSchedulesParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Transformation.ScheduleparseTransformationSchedules(String json)static Map<String,Object>toRequestInsertItem(Transformation.Schedule element)static Map<String,Object>toRequestReplaceItem(Transformation.Schedule element)static Map<String,Object>toRequestUpdateItem(Transformation.Schedule element)
-
-
-
Method Detail
-
parseTransformationSchedules
public static Transformation.Schedule parseTransformationSchedules(String json) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
toRequestInsertItem
public static Map<String,Object> toRequestInsertItem(Transformation.Schedule element) throws Exception
- Throws:
Exception
-
toRequestUpdateItem
public static Map<String,Object> toRequestUpdateItem(Transformation.Schedule element)
-
toRequestReplaceItem
public static Map<String,Object> toRequestReplaceItem(Transformation.Schedule element)
-
-