Class ThreeDModelRevisionParser

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

public class ThreeDModelRevisionParser extends Object
  • Constructor Details

    • ThreeDModelRevisionParser

      public ThreeDModelRevisionParser()
  • Method Details

    • parseThreeDModelRevision

      public static ThreeDModelRevision parseThreeDModelRevision(String json) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • parseThreeDModelToList

      public static List<ThreeDModelRevision> parseThreeDModelToList(String json) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • toRequestInsertItem

      public static Map<String,Object> toRequestInsertItem(ThreeDModelRevision element)
      Builds a request insert item object from ThreeDModelRevision. An insert item object creates a new 3D Model Revisions object in the Cognite system.
      Parameters:
      element -
      Returns:
    • toRequestUpdateItem

      public static Map<String,Object> toRequestUpdateItem(ThreeDModelRevision element)
    • toRequestReplaceItem

      public static Map<String,Object> toRequestReplaceItem(ThreeDModelRevision element)