Uses of Class
com.cognite.client.dto.ThreeDAssetMapping
-
Packages that use ThreeDAssetMapping Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of ThreeDAssetMapping in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ThreeDAssetMapping Modifier and Type Method Description List<ThreeDAssetMapping>ThreeDAssetMappings. create(Long modelId, Long revisionId, List<ThreeDAssetMapping> items)Creates a set ofThreeDAssetMappingobjects.Iterator<List<ThreeDAssetMapping>>ThreeDAssetMappings. filter(Long modelId, Long revisionId)Returns allThreeDAssetMappingobjects.Iterator<List<ThreeDAssetMapping>>ThreeDAssetMappings. filter(Long modelId, Long revisionId, Request requestParameters)Returns allThreeDAssetMappingobjects that matches the filters set in theRequest.Iterator<List<ThreeDAssetMapping>>ThreeDAssetMappings. list(Long modelId, Long revisionId)Returns allThreeDAssetMappingobjects.Iterator<List<ThreeDAssetMapping>>ThreeDAssetMappings. list(Long modelId, Long revisionId, Request requestParameters)Returns allThreeDAssetMappingobjects that matches the filters set in theRequest.Iterator<List<ThreeDAssetMapping>>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 ThreeDAssetMapping Modifier and Type Method Description List<ThreeDAssetMapping>ThreeDAssetMappings. create(Long modelId, Long revisionId, List<ThreeDAssetMapping> items)Creates a set ofThreeDAssetMappingobjects.BooleanThreeDAssetMappings. 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 ThreeDAssetMapping Modifier and Type Method Description ThreeDAssetMappingThreeDAssetMapping.Builder. build()ThreeDAssetMappingThreeDAssetMapping.Builder. buildPartial()static ThreeDAssetMappingThreeDAssetMapping. getDefaultInstance()ThreeDAssetMappingThreeDAssetMapping.Builder. getDefaultInstanceForType()ThreeDAssetMappingThreeDAssetMapping. 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 ThreeDAssetMapping Modifier and Type Method Description com.google.protobuf.Parser<ThreeDAssetMapping>ThreeDAssetMapping. getParserForType()static com.google.protobuf.Parser<ThreeDAssetMapping>ThreeDAssetMapping. parser()Methods in com.cognite.client.dto with parameters of type ThreeDAssetMapping Modifier and Type Method Description ThreeDAssetMapping.BuilderThreeDAssetMapping.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 ThreeDAssetMapping Modifier and Type Method Description static ThreeDAssetMappingThreeDAssetMappingsParser. parseThreeDAssetMapping(String json)Methods in com.cognite.client.servicesV1.parser that return types with arguments of type ThreeDAssetMapping Modifier and Type Method Description static List<ThreeDAssetMapping>ThreeDAssetMappingsParser. parseThreeDAssetMappingToList(String json)Methods in com.cognite.client.servicesV1.parser with parameters of type ThreeDAssetMapping Modifier and Type Method Description static Map<String,Object>ThreeDAssetMappingsParser. toRequestDeleteItem(ThreeDAssetMapping element)static Map<String,Object>ThreeDAssetMappingsParser. toRequestInsertItem(ThreeDAssetMapping element)
-