Uses of Class
com.cognite.client.dto.ThreeDAssetMapping
Packages that use ThreeDAssetMapping
-
Uses of ThreeDAssetMapping in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ThreeDAssetMappingModifier and TypeMethodDescriptionThreeDAssetMappings.create(Long modelId, Long revisionId, List<ThreeDAssetMapping> items) Creates a set ofThreeDAssetMappingobjects.Returns allThreeDAssetMappingobjects.Returns allThreeDAssetMappingobjects that matches the filters set in theRequest.Returns allThreeDAssetMappingobjects.Returns allThreeDAssetMappingobjects that matches the filters set in theRequest.ThreeDAssetMappings.list(Long modelId, Long revisionId, Request requestParameters, String... partitions) Returns allThreeDAssetMappingobjects that matches the filters set in theRequestfor the specified partitions.Method parameters in com.cognite.client with type arguments of type ThreeDAssetMappingModifier and TypeMethodDescriptionThreeDAssetMappings.create(Long modelId, Long revisionId, List<ThreeDAssetMapping> items) Creates a set ofThreeDAssetMappingobjects.ThreeDAssetMappings.delete(Long modelId, Long revisionId, List<ThreeDAssetMapping> deleteItemsInput) Deletes 3D asset mappings. -
Uses of ThreeDAssetMapping in com.cognite.client.dto
Methods in com.cognite.client.dto that return ThreeDAssetMappingModifier and TypeMethodDescriptionThreeDAssetMapping.Builder.build()ThreeDAssetMapping.Builder.buildPartial()static ThreeDAssetMappingThreeDAssetMapping.getDefaultInstance()ThreeDAssetMapping.Builder.getDefaultInstanceForType()ThreeDAssetMapping.getDefaultInstanceForType()static ThreeDAssetMappingThreeDAssetMapping.parseDelimitedFrom(InputStream input) static ThreeDAssetMappingThreeDAssetMapping.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(byte[] data) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(com.google.protobuf.ByteString data) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(com.google.protobuf.CodedInputStream input) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(InputStream input) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(ByteBuffer data) static ThreeDAssetMappingThreeDAssetMapping.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type ThreeDAssetMappingModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ThreeDAssetMapping>ThreeDAssetMapping.getParserForType()static com.google.protobuf.Parser<ThreeDAssetMapping>ThreeDAssetMapping.parser()Methods in com.cognite.client.dto with parameters of type ThreeDAssetMappingModifier and TypeMethodDescriptionThreeDAssetMapping.Builder.mergeFrom(ThreeDAssetMapping other) static ThreeDAssetMapping.BuilderThreeDAssetMapping.newBuilder(ThreeDAssetMapping prototype) -
Uses of ThreeDAssetMapping in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return ThreeDAssetMappingModifier and TypeMethodDescriptionstatic ThreeDAssetMappingThreeDAssetMappingsParser.parseThreeDAssetMapping(String json) Methods in com.cognite.client.servicesV1.parser that return types with arguments of type ThreeDAssetMappingModifier and TypeMethodDescriptionstatic List<ThreeDAssetMapping>ThreeDAssetMappingsParser.parseThreeDAssetMappingToList(String json) Methods in com.cognite.client.servicesV1.parser with parameters of type ThreeDAssetMappingModifier and TypeMethodDescriptionThreeDAssetMappingsParser.toRequestDeleteItem(ThreeDAssetMapping element) ThreeDAssetMappingsParser.toRequestInsertItem(ThreeDAssetMapping element)