public class WebhookEndpointUpdateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
WebhookEndpointUpdateParams.Builder |
static class |
WebhookEndpointUpdateParams.EnabledEvent |
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static WebhookEndpointUpdateParams.Builder |
builder() |
java.lang.Object |
getDescription()
An optional description of what the webhook is used for.
|
java.lang.Boolean |
getDisabled()
Disable the webhook endpoint if set to true.
|
java.util.List<WebhookEndpointUpdateParams.EnabledEvent> |
getEnabledEvents()
The list of events to enable for this endpoint.
|
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.Object |
getMetadata()
Set of key-value pairs that you can attach
to an object.
|
java.lang.Object |
getUrl()
The URL of the webhook endpoint.
|
toMap
public static WebhookEndpointUpdateParams.Builder builder()
public java.lang.Object getDescription()
public java.lang.Boolean getDisabled()
public java.util.List<WebhookEndpointUpdateParams.EnabledEvent> getEnabledEvents()
['*']
to enable all
events, except those that require explicit selection.public java.util.List<java.lang.String> getExpand()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public java.lang.Object getMetadata()
metadata
.public java.lang.Object getUrl()