public class WebhookMini extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
WebhookMini.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The unique identifier for this webhook.
|
protected WebhookMiniTargetField |
target
The item that will trigger the webhook.
|
protected EnumWrapper<WebhookMiniTypeField> |
type
The value will always be `webhook`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
WebhookMini() |
protected |
WebhookMini(WebhookMini.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
WebhookMiniTargetField |
getTarget() |
EnumWrapper<WebhookMiniTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<WebhookMiniTypeField> type
protected WebhookMiniTargetField target
public WebhookMini()
protected WebhookMini(WebhookMini.Builder builder)
public EnumWrapper<WebhookMiniTypeField> getType()
public WebhookMiniTargetField getTarget()