Package com.courier.models
Class WebhookProfile.Headers
-
- All Implemented Interfaces:
public final class WebhookProfile.HeadersCustom headers to include in the webhook request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWebhookProfile.Headers.BuilderA builder for Headers.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final WebhookProfile.Headers.BuildertoBuilder()final WebhookProfile.Headersvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static WebhookProfile.Headers.Builderbuilder()Returns a mutable builder for constructing an instance of Headers. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final WebhookProfile.Headers.Builder toBuilder()
-
validate
final WebhookProfile.Headers validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static WebhookProfile.Headers.Builder builder()
Returns a mutable builder for constructing an instance of Headers.
-
-
-
-