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