Uses of Enum Class
com.mypurecloud.sdk.v2.model.TransferResponse.StateEnum
Packages that use TransferResponse.StateEnum
-
Uses of TransferResponse.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferResponse.StateEnumModifier and TypeMethodDescriptionstatic TransferResponse.StateEnumTransferResponse.StateEnum.fromString(String key) TransferResponse.getState()static TransferResponse.StateEnumReturns the enum constant of this class with the specified name.static TransferResponse.StateEnum[]TransferResponse.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 TransferResponse.StateEnumModifier and TypeMethodDescriptionvoidTransferResponse.setState(TransferResponse.StateEnum state) TransferResponse.state(TransferResponse.StateEnum state) The state of the command.