Class ThreeDAssetMappingsParser


  • public class ThreeDAssetMappingsParser
    extends Object
    • Constructor Detail

      • ThreeDAssetMappingsParser

        public ThreeDAssetMappingsParser()
    • 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)
      • toRequestDeleteItem

        public static Map<String,​Object> toRequestDeleteItem​(com.cognite.client.dto.ThreeDAssetMapping element)