Uses of Enum Class
com.mypurecloud.sdk.v2.model.Email.StateEnum
Packages that use Email.StateEnum
-
Uses of Email.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Email.StateEnumModifier and TypeMethodDescriptionstatic Email.StateEnumEmail.StateEnum.fromString(String key) Email.getState()static Email.StateEnumReturns the enum constant of this class with the specified name.static Email.StateEnum[]Email.StateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Email.StateEnumModifier and TypeMethodDescriptionvoidEmail.setState(Email.StateEnum state) Email.state(Email.StateEnum state) The connection state of this communication.