Uses of Class
com.cognite.client.dto.ThreeDModelRevision
Packages that use ThreeDModelRevision
Package
Description
-
Uses of ThreeDModelRevision in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ThreeDModelRevisionModifier and TypeMethodDescriptionReturns allThreeDModelRevisionobjects.Returns allThreeDModelRevisionobjects that matches the filters set in theRequest.Returns allThreeDModelRevisionobjects that matches the filters set in theRequestfor the specified partitions.Retrieves 3D Models by id.ThreeDModelsRevisions.upsert(Long modelId, List<ThreeDModelRevision> threeDModelRevisions) Creates or update a set ofThreeDModelRevisionobjects.Method parameters in com.cognite.client with type arguments of type ThreeDModelRevisionModifier and TypeMethodDescriptionThreeDModelsRevisions.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 ThreeDModelRevisionModifier and TypeMethodDescriptionThreeDModelRevision.Builder.build()ThreeDModelRevision.Builder.buildPartial()static ThreeDModelRevisionThreeDModelRevision.getDefaultInstance()ThreeDModelRevision.Builder.getDefaultInstanceForType()ThreeDModelRevision.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 ThreeDModelRevisionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ThreeDModelRevision>ThreeDModelRevision.getParserForType()static com.google.protobuf.Parser<ThreeDModelRevision>ThreeDModelRevision.parser()Methods in com.cognite.client.dto with parameters of type ThreeDModelRevisionModifier and TypeMethodDescriptionThreeDModelRevision.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 ThreeDModelRevisionModifier and TypeMethodDescriptionstatic ThreeDModelRevisionThreeDModelRevisionParser.parseThreeDModelRevision(String json) Methods in com.cognite.client.servicesV1.parser that return types with arguments of type ThreeDModelRevisionModifier and TypeMethodDescriptionstatic List<ThreeDModelRevision>ThreeDModelRevisionParser.parseThreeDModelToList(String json) Methods in com.cognite.client.servicesV1.parser with parameters of type ThreeDModelRevisionModifier and TypeMethodDescriptionThreeDModelRevisionParser.toRequestInsertItem(ThreeDModelRevision element) Builds a request insert item object fromThreeDModelRevision.ThreeDModelRevisionParser.toRequestReplaceItem(ThreeDModelRevision element) 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 ThreeDModelRevisionModifier and TypeMethodDescriptionstatic List<ThreeDModelRevision>DataGenerator.generate3DModelsRevisions(int noObjects, long fileId)