| Package | Description | 
|---|---|
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
static WebhookDto.MethodEnum | 
WebhookDto.MethodEnum.fromValue(String value)  | 
WebhookDto.MethodEnum | 
WebhookDto.getMethod()
HTTP method that your server endpoint must listen for 
 | 
WebhookDto.MethodEnum | 
WebhookDto.MethodEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader)  | 
static WebhookDto.MethodEnum | 
WebhookDto.MethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WebhookDto.MethodEnum[] | 
WebhookDto.MethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WebhookDto | 
WebhookDto.method(WebhookDto.MethodEnum method)  | 
void | 
WebhookDto.setMethod(WebhookDto.MethodEnum method)  | 
void | 
WebhookDto.MethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
     WebhookDto.MethodEnum enumeration)  | 
Copyright © 2023. All rights reserved.