Uses of Class
com.cognite.client.dto.ThreeDRevisionLog
-
Packages that use ThreeDRevisionLog Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of ThreeDRevisionLog in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ThreeDRevisionLog Modifier and Type Method Description List<ThreeDRevisionLog>ThreeDRevisionLogs. retrieve(Long modelId, Long revisionId)Retrieves 3D Revision Logs by modeId and revisionIdList<ThreeDRevisionLog>ThreeDRevisionLogs. retrieve(Long modelId, Long revisionId, Request requestParameters)Retrieves 3D Revision Logs by modeId and revisionId -
Uses of ThreeDRevisionLog in com.cognite.client.dto
Methods in com.cognite.client.dto that return ThreeDRevisionLog Modifier and Type Method Description ThreeDRevisionLogThreeDRevisionLog.Builder. build()ThreeDRevisionLogThreeDRevisionLog.Builder. buildPartial()static ThreeDRevisionLogThreeDRevisionLog. getDefaultInstance()ThreeDRevisionLogThreeDRevisionLog.Builder. getDefaultInstanceForType()ThreeDRevisionLogThreeDRevisionLog. getDefaultInstanceForType()static ThreeDRevisionLogThreeDRevisionLog. parseDelimitedFrom(InputStream input)static ThreeDRevisionLogThreeDRevisionLog. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(byte[] data)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(com.google.protobuf.ByteString data)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(com.google.protobuf.CodedInputStream input)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(InputStream input)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(ByteBuffer data)static ThreeDRevisionLogThreeDRevisionLog. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type ThreeDRevisionLog Modifier and Type Method Description com.google.protobuf.Parser<ThreeDRevisionLog>ThreeDRevisionLog. getParserForType()static com.google.protobuf.Parser<ThreeDRevisionLog>ThreeDRevisionLog. parser()Methods in com.cognite.client.dto with parameters of type ThreeDRevisionLog Modifier and Type Method Description ThreeDRevisionLog.BuilderThreeDRevisionLog.Builder. mergeFrom(ThreeDRevisionLog other)static ThreeDRevisionLog.BuilderThreeDRevisionLog. newBuilder(ThreeDRevisionLog prototype) -
Uses of ThreeDRevisionLog in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return types with arguments of type ThreeDRevisionLog Modifier and Type Method Description static List<ThreeDRevisionLog>ThreeDRevisionLogsParser. parseThreeDRevisionLogs(String json)
-