Class ResourceStates (2.1.0)

public final class ResourceStates

Beta
Standard resource states used by notifications.

Inheritance

java.lang.Object > ResourceStates

Static Fields

EXISTS

public static final String EXISTS

Resource exists, for example on a create or update.

Field Value
TypeDescription
String

NOT_EXISTS

public static final String NOT_EXISTS

Resource does not exist, for example on a delete.

Field Value
TypeDescription
String

SYNC

public static final String SYNC

Notification that the subscription is alive (comes with no payload).

Field Value
TypeDescription
String