Uses of Class
com.cognite.client.dto.Transformation.Notification
-
Packages that use Transformation.Notification Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of Transformation.Notification in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Transformation.Notification Modifier and Type Method Description Iterator<List<Transformation.Notification>>TransformationNotifications. list()Returns allTransformation.Notificationobjects.Iterator<List<Transformation.Notification>>TransformationNotifications. list(Request requestParameters)Returns allTransformation.Notificationobject that matches the filters set in theRequest.Iterator<List<Transformation.Notification>>TransformationNotifications. list(Request requestParameters, String... partitions)Returns allTransformation.Notificationobjects that matches the filters set in theRequestfor the specified partitions.List<Transformation.Notification>TransformationNotifications. subscribe(List<Transformation.Notification.Subscription> subscribes)Subscribe to receive notifications PS: Full example in file transformations.md -
Uses of Transformation.Notification in com.cognite.client.dto
Methods in com.cognite.client.dto that return Transformation.Notification Modifier and Type Method Description Transformation.NotificationTransformation.Notification.Builder. build()Transformation.NotificationTransformation.Notification.Builder. buildPartial()static Transformation.NotificationTransformation.Notification. getDefaultInstance()Transformation.NotificationTransformation.Notification.Builder. getDefaultInstanceForType()Transformation.NotificationTransformation.Notification. getDefaultInstanceForType()static Transformation.NotificationTransformation.Notification. parseDelimitedFrom(InputStream input)static Transformation.NotificationTransformation.Notification. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Transformation.NotificationTransformation.Notification. parseFrom(byte[] data)static Transformation.NotificationTransformation.Notification. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Transformation.NotificationTransformation.Notification. parseFrom(com.google.protobuf.ByteString data)static Transformation.NotificationTransformation.Notification. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Transformation.NotificationTransformation.Notification. parseFrom(com.google.protobuf.CodedInputStream input)static Transformation.NotificationTransformation.Notification. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Transformation.NotificationTransformation.Notification. parseFrom(InputStream input)static Transformation.NotificationTransformation.Notification. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Transformation.NotificationTransformation.Notification. parseFrom(ByteBuffer data)static Transformation.NotificationTransformation.Notification. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type Transformation.Notification Modifier and Type Method Description com.google.protobuf.Parser<Transformation.Notification>Transformation.Notification. getParserForType()static com.google.protobuf.Parser<Transformation.Notification>Transformation.Notification. parser()Methods in com.cognite.client.dto with parameters of type Transformation.Notification Modifier and Type Method Description Transformation.Notification.BuilderTransformation.Notification.Builder. mergeFrom(Transformation.Notification other)static Transformation.Notification.BuilderTransformation.Notification. newBuilder(Transformation.Notification prototype) -
Uses of Transformation.Notification in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return Transformation.Notification Modifier and Type Method Description static Transformation.NotificationTransformationNotificationsParser. parseTransformationNotifications(String json)Builds an objectTransformation.Notificationfrom json value.Methods in com.cognite.client.servicesV1.parser that return types with arguments of type Transformation.Notification Modifier and Type Method Description static List<Transformation.Notification>TransformationNotificationsParser. parseTransformationNotificationsToList(String json)Builds a List ofTransformation.Notificationfrom json value.
-