public class UpdateWebhookByIdRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateWebhookByIdRequestBody.Builder |
static class |
UpdateWebhookByIdRequestBody.TriggersDeserializer |
static class |
UpdateWebhookByIdRequestBody.TriggersSerializer |
| Modifier and Type | Field and Description |
|---|---|
protected String |
address
The URL that is notified by this webhook.
|
protected UpdateWebhookByIdRequestBodyTargetField |
target
The item that will trigger the webhook.
|
protected List<EnumWrapper<UpdateWebhookByIdRequestBodyTriggersField>> |
triggers
An array of event names that this webhook is to be triggered for.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateWebhookByIdRequestBody() |
protected |
UpdateWebhookByIdRequestBody(UpdateWebhookByIdRequestBody.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
UpdateWebhookByIdRequestBodyTargetField |
getTarget() |
List<EnumWrapper<UpdateWebhookByIdRequestBodyTriggersField>> |
getTriggers() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected UpdateWebhookByIdRequestBodyTargetField target
protected List<EnumWrapper<UpdateWebhookByIdRequestBodyTriggersField>> triggers
public UpdateWebhookByIdRequestBody()
protected UpdateWebhookByIdRequestBody(UpdateWebhookByIdRequestBody.Builder builder)
public UpdateWebhookByIdRequestBodyTargetField getTarget()
public String getAddress()
public List<EnumWrapper<UpdateWebhookByIdRequestBodyTriggersField>> getTriggers()