Class WebhookHeaders (2.1.0)

public final class WebhookHeaders

Beta
Headers for Webhook notifications.

Inheritance

java.lang.Object > WebhookHeaders

Static Fields

CHANGED

public static final String CHANGED

Name of header for the type of change performed on the resource.

Field Value
TypeDescription
String

CHANNEL_EXPIRATION

public static final String CHANNEL_EXPIRATION

Name of header for the notification channel expiration time.

Field Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

RESOURCE_STATE

public static final String RESOURCE_STATE

Name of header for the resource state.

Field Value
TypeDescription
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
TypeDescription
String