| Package | Description | 
|---|---|
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
static WebhookResultDto.HttpMethodEnum | 
WebhookResultDto.HttpMethodEnum.fromValue(String value)  | 
WebhookResultDto.HttpMethodEnum | 
WebhookResultDto.getHttpMethod()
Get httpMethod 
 | 
WebhookResultDto.HttpMethodEnum | 
WebhookResultDto.HttpMethodEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader)  | 
static WebhookResultDto.HttpMethodEnum | 
WebhookResultDto.HttpMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WebhookResultDto.HttpMethodEnum[] | 
WebhookResultDto.HttpMethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WebhookResultDto | 
WebhookResultDto.httpMethod(WebhookResultDto.HttpMethodEnum httpMethod)  | 
void | 
WebhookResultDto.setHttpMethod(WebhookResultDto.HttpMethodEnum httpMethod)  | 
void | 
WebhookResultDto.HttpMethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
     WebhookResultDto.HttpMethodEnum enumeration)  | 
Copyright © 2023. All rights reserved.