public final class WebhookHeaders
Beta
Headers for Webhook notifications.
Inherited Members
Static Fields
CHANGED
public static final String CHANGED
Name of header for the type of change performed on the resource.
Type | Description |
String |
CHANNEL_EXPIRATION
public static final String CHANNEL_EXPIRATION
Name of header for the notification channel expiration time.
Type | Description |
String |
CHANNEL_ID
public static final String CHANNEL_ID
Name of header for the notification channel UUID provided by the client in the watch request.
Type | Description |
String |
CHANNEL_TOKEN
public static final String CHANNEL_TOKEN
Name of header for the notification channel token (an opaque string) provided by the client in the watch request.
Type | Description |
String |
MESSAGE_NUMBER
public static final String MESSAGE_NUMBER
Name of header for the message number (a monotonically increasing value starting with 1).
Type | Description |
String |
RESOURCE_ID
public static final String RESOURCE_ID
Name of header for the opaque ID for the watched resource that is stable across API versions.
Type | Description |
String |
RESOURCE_STATE
public static final String RESOURCE_STATE
Name of header for the resource state.
Type | Description |
String |
RESOURCE_URI
public static final String RESOURCE_URI
Name of header for the opaque ID (in the form of a canonicalized URI) for the watched resource that is sensitive to the API version.
Type | Description |
String |