public static class WebhookMini.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected WebhookMiniTargetField |
target |
protected EnumWrapper<WebhookMiniTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebhookMini |
build() |
WebhookMini.Builder |
id(String id) |
WebhookMini.Builder |
target(WebhookMiniTargetField target) |
WebhookMini.Builder |
type(EnumWrapper<WebhookMiniTypeField> type) |
WebhookMini.Builder |
type(WebhookMiniTypeField type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<WebhookMiniTypeField> type
protected WebhookMiniTargetField target
public Builder()
public WebhookMini.Builder id(String id)
public WebhookMini.Builder type(WebhookMiniTypeField type)
public WebhookMini.Builder type(EnumWrapper<WebhookMiniTypeField> type)
public WebhookMini.Builder target(WebhookMiniTargetField target)
public WebhookMini build()