public final class WebhookHeaders
Beta
Headers for Webhook notifications.
Static Fields
CHANGED
public static final String CHANGED
Name of header for the type of change performed on the resource.
| Field Value | |
|---|---|
| Type | Description |
String |
|
CHANNEL_EXPIRATION
public static final String CHANNEL_EXPIRATION
Name of header for the notification channel expiration time.
| Field Value | |
|---|---|
| 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.
| Field Value | |
|---|---|
| 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.
| Field Value | |
|---|---|
| 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).
| Field Value | |
|---|---|
| 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.
| Field Value | |
|---|---|
| Type | Description |
String |
|
RESOURCE_STATE
public static final String RESOURCE_STATE
Name of header for the resource state.
| Field Value | |
|---|---|
| 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.
| Field Value | |
|---|---|
| Type | Description |
String |
|