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 com.cognite.client.dto.ThreeDAssetMappingparseThreeDAssetMapping(String json)static List<com.cognite.client.dto.ThreeDAssetMapping>parseThreeDAssetMappingToList(String json)static Map<String,Object>toRequestDeleteItem(com.cognite.client.dto.ThreeDAssetMapping element)static Map<String,Object>toRequestInsertItem(com.cognite.client.dto.ThreeDAssetMapping element)
-
-
-
Method Detail
-
parseThreeDAssetMappingToList
public static List<com.cognite.client.dto.ThreeDAssetMapping> parseThreeDAssetMappingToList(String json) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
parseThreeDAssetMapping
public static com.cognite.client.dto.ThreeDAssetMapping parseThreeDAssetMapping(String json) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
toRequestInsertItem
public static Map<String,Object> toRequestInsertItem(com.cognite.client.dto.ThreeDAssetMapping element)
-
-