public final class ResourceStatesBeta
Standard resource states used by notifications.
Static Fields
EXISTS
public static final String EXISTSResource exists, for example on a create or update.
| Field Value | |
|---|---|
| Type | Description |
String |
|
NOT_EXISTS
public static final String NOT_EXISTSResource does not exist, for example on a delete.
| Field Value | |
|---|---|
| Type | Description |
String |
|
SYNC
public static final String SYNCNotification that the subscription is alive (comes with no payload).
| Field Value | |
|---|---|
| Type | Description |
String |
|