public static class UpdateWebhookByIdRequestBody.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected UpdateWebhookByIdRequestBodyTargetField |
target |
protected List<EnumWrapper<UpdateWebhookByIdRequestBodyTriggersField>> |
triggers |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookByIdRequestBody.Builder |
address(String address) |
UpdateWebhookByIdRequestBody |
build() |
UpdateWebhookByIdRequestBody.Builder |
target(UpdateWebhookByIdRequestBodyTargetField target) |
UpdateWebhookByIdRequestBody.Builder |
triggers(List<? extends Valuable> triggers) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected UpdateWebhookByIdRequestBodyTargetField target
protected List<EnumWrapper<UpdateWebhookByIdRequestBodyTriggersField>> triggers
public Builder()
public UpdateWebhookByIdRequestBody.Builder target(UpdateWebhookByIdRequestBodyTargetField target)
public UpdateWebhookByIdRequestBody.Builder address(String address)
public UpdateWebhookByIdRequestBody.Builder triggers(List<? extends Valuable> triggers)
public UpdateWebhookByIdRequestBody build()