Webhook.UpdateResourceStages.WithCustomHeaders<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface Webhook.UpdateResourceStages.WithCustomHeaders<ParentT>
The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withCustomHeader(String name, String value)
Specifies a custom header that will be added to notifications. |
abstract
With |
withCustomHeaders(Map<String,String> customHeaders)
Specifies the custom headers that will be added to the notifications. |
Method Details
withCustomHeader
public abstract Webhook.UpdateResourceStages.WithAttach
Specifies a custom header that will be added to notifications.
Consecutive calls to this method will add additional headers.
Parameters:
Returns:
withCustomHeaders
public abstract Webhook.UpdateResourceStages.WithAttach
Specifies the custom headers that will be added to the notifications.
Parameters:
Returns: