Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static SendEmailOptions.SendStrategyEnum |
SendEmailOptions.SendStrategyEnum.fromValue(String value) |
SendEmailOptions.SendStrategyEnum |
SendEmailOptions.getSendStrategy()
How an email should be sent based on its recipients
|
SendEmailOptions.SendStrategyEnum |
SendEmailOptions.SendStrategyEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SendEmailOptions.SendStrategyEnum |
SendEmailOptions.SendStrategyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SendEmailOptions.SendStrategyEnum[] |
SendEmailOptions.SendStrategyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SendEmailOptions |
SendEmailOptions.sendStrategy(SendEmailOptions.SendStrategyEnum sendStrategy) |
void |
SendEmailOptions.setSendStrategy(SendEmailOptions.SendStrategyEnum sendStrategy) |
void |
SendEmailOptions.SendStrategyEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SendEmailOptions.SendStrategyEnum enumeration) |
Copyright © 2023. All rights reserved.