Uses of Class
com.cognite.client.dto.ThreeDModelRevision
-
Packages that use ThreeDModelRevision Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of ThreeDModelRevision in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ThreeDModelRevision Modifier and Type Method Description Iterator<List<ThreeDModelRevision>>ThreeDModelsRevisions. list(Long modelId)Returns allThreeDModelRevisionobjects.Iterator<List<ThreeDModelRevision>>ThreeDModelsRevisions. list(Long modelId, Request requestParameters)Returns allThreeDModelRevisionobjects that matches the filters set in theRequest.Iterator<List<ThreeDModelRevision>>ThreeDModelsRevisions. list(Long modelId, Request requestParameters, String... partitions)Returns allThreeDModelRevisionobjects that matches the filters set in theRequestfor the specified partitions.List<ThreeDModelRevision>ThreeDModelsRevisions. retrieve(Long modelId, List<Item> items)Retrieves 3D Models by id.List<ThreeDModelRevision>ThreeDModelsRevisions. upsert(Long modelId, List<ThreeDModelRevision> threeDModelRevisions)Creates or update a set ofThreeDModelRevisionobjects.Method parameters in com.cognite.client with type arguments of type ThreeDModelRevision Modifier and Type Method Description List<ThreeDModelRevision>ThreeDModelsRevisions. upsert(Long modelId, List<ThreeDModelRevision> threeDModelRevisions)Creates or update a set ofThreeDModelRevisionobjects. -
Uses of ThreeDModelRevision in com.cognite.client.dto
Methods in com.cognite.client.dto that return ThreeDModelRevision Modifier and Type Method Description ThreeDModelRevisionThreeDModelRevision.Builder. build()ThreeDModelRevisionThreeDModelRevision.Builder. buildPartial()static ThreeDModelRevisionThreeDModelRevision. getDefaultInstance()ThreeDModelRevisionThreeDModelRevision.Builder. getDefaultInstanceForType()ThreeDModelRevisionThreeDModelRevision. getDefaultInstanceForType()static ThreeDModelRevisionThreeDModelRevision. parseDelimitedFrom(InputStream input)static ThreeDModelRevisionThreeDModelRevision. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDModelRevisionThreeDModelRevision. parseFrom(byte[] data)static ThreeDModelRevisionThreeDModelRevision. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDModelRevisionThreeDModelRevision. parseFrom(com.google.protobuf.ByteString data)static ThreeDModelRevisionThreeDModelRevision. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDModelRevisionThreeDModelRevision. parseFrom(com.google.protobuf.CodedInputStream input)static ThreeDModelRevisionThreeDModelRevision. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDModelRevisionThreeDModelRevision. parseFrom(InputStream input)static ThreeDModelRevisionThreeDModelRevision. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDModelRevisionThreeDModelRevision. parseFrom(ByteBuffer data)static ThreeDModelRevisionThreeDModelRevision. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type ThreeDModelRevision Modifier and Type Method Description com.google.protobuf.Parser<ThreeDModelRevision>ThreeDModelRevision. getParserForType()static com.google.protobuf.Parser<ThreeDModelRevision>ThreeDModelRevision. parser()Methods in com.cognite.client.dto with parameters of type ThreeDModelRevision Modifier and Type Method Description ThreeDModelRevision.BuilderThreeDModelRevision.Builder. mergeFrom(ThreeDModelRevision other)static ThreeDModelRevision.BuilderThreeDModelRevision. newBuilder(ThreeDModelRevision prototype) -
Uses of ThreeDModelRevision in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return ThreeDModelRevision Modifier and Type Method Description static ThreeDModelRevisionThreeDModelRevisionParser. parseThreeDModelRevision(String json)Methods in com.cognite.client.servicesV1.parser that return types with arguments of type ThreeDModelRevision Modifier and Type Method Description static List<ThreeDModelRevision>ThreeDModelRevisionParser. parseThreeDModelToList(String json)Methods in com.cognite.client.servicesV1.parser with parameters of type ThreeDModelRevision Modifier and Type Method Description static Map<String,Object>ThreeDModelRevisionParser. toRequestInsertItem(ThreeDModelRevision element)Builds a request insert item object fromThreeDModelRevision.static Map<String,Object>ThreeDModelRevisionParser. toRequestReplaceItem(ThreeDModelRevision element)static Map<String,Object>ThreeDModelRevisionParser. toRequestUpdateItem(ThreeDModelRevision element) -
Uses of ThreeDModelRevision in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type ThreeDModelRevision Modifier and Type Method Description static List<ThreeDModelRevision>DataGenerator. generate3DModelsRevisions(int noObjects, long fileId)
-