| Package | Description | 
|---|---|
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
static WebhookNewAttachmentPayload.EventNameEnum | 
WebhookNewAttachmentPayload.EventNameEnum.fromValue(String value)  | 
WebhookNewAttachmentPayload.EventNameEnum | 
WebhookNewAttachmentPayload.getEventName()
Name of the event type webhook is being triggered for. 
 | 
WebhookNewAttachmentPayload.EventNameEnum | 
WebhookNewAttachmentPayload.EventNameEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader)  | 
static WebhookNewAttachmentPayload.EventNameEnum | 
WebhookNewAttachmentPayload.EventNameEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WebhookNewAttachmentPayload.EventNameEnum[] | 
WebhookNewAttachmentPayload.EventNameEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WebhookNewAttachmentPayload | 
WebhookNewAttachmentPayload.eventName(WebhookNewAttachmentPayload.EventNameEnum eventName)  | 
void | 
WebhookNewAttachmentPayload.setEventName(WebhookNewAttachmentPayload.EventNameEnum eventName)  | 
void | 
WebhookNewAttachmentPayload.EventNameEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
     WebhookNewAttachmentPayload.EventNameEnum enumeration)  | 
Copyright © 2023. All rights reserved.