Class ManagedObjectDeleteAwareNotification

java.lang.Object
com.cumulocity.sdk.client.cep.notification.ManagedObjectDeleteAwareNotification

public class ManagedObjectDeleteAwareNotification extends Object
CREATE and UPDATE notifications have ManagedObjectRepresentation in "data" field, however DELETE notification has just String value. That is why data has to be of type Object to support both.
  • Constructor Details

    • ManagedObjectDeleteAwareNotification

      public ManagedObjectDeleteAwareNotification()
    • ManagedObjectDeleteAwareNotification

      public ManagedObjectDeleteAwareNotification(Object data, String realtimeAction)
  • Method Details

    • getData

      public Object getData()
    • setData

      public void setData(Object data)
    • getRealtimeAction

      public String getRealtimeAction()
    • setRealtimeAction

      public void setRealtimeAction(String realtimeAction)
    • isUpdateNotification

      public boolean isUpdateNotification()