Class ThreeDAssetMappingsParser

java.lang.Object
com.cognite.client.servicesV1.parser.ThreeDAssetMappingsParser

public class ThreeDAssetMappingsParser extends Object
  • Constructor Details

    • ThreeDAssetMappingsParser

      public ThreeDAssetMappingsParser()
  • Method Details

    • 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)