Class ThreeDAssetMappingsParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.ThreeDAssetMappingsParser
-
public class ThreeDAssetMappingsParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ThreeDAssetMappingsParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThreeDAssetMappingparseThreeDAssetMapping(String json)static List<ThreeDAssetMapping>parseThreeDAssetMappingToList(String json)static Map<String,Object>toRequestDeleteItem(ThreeDAssetMapping element)static Map<String,Object>toRequestInsertItem(ThreeDAssetMapping element)
-
-
-
Method Detail
-
parseThreeDAssetMappingToList
public static List<ThreeDAssetMapping> parseThreeDAssetMappingToList(String json) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
parseThreeDAssetMapping
public static ThreeDAssetMapping parseThreeDAssetMapping(String json) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
toRequestInsertItem
public static Map<String,Object> toRequestInsertItem(ThreeDAssetMapping element)
-
toRequestDeleteItem
public static Map<String,Object> toRequestDeleteItem(ThreeDAssetMapping element)
-
-