Class ThreeDModelRevisionParser


  • public class ThreeDModelRevisionParser
    extends Object
    • Constructor Detail

      • ThreeDModelRevisionParser

        public ThreeDModelRevisionParser()
    • Method Detail

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