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