Uses of Enum Class
com.mypurecloud.sdk.v2.model.MoveAgentResponse.ResultEnum
Packages that use MoveAgentResponse.ResultEnum
-
Uses of MoveAgentResponse.ResultEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MoveAgentResponse.ResultEnumModifier and TypeMethodDescriptionstatic MoveAgentResponse.ResultEnumMoveAgentResponse.ResultEnum.fromString(String key) MoveAgentResponse.getResult()static MoveAgentResponse.ResultEnumReturns the enum constant of this class with the specified name.static MoveAgentResponse.ResultEnum[]MoveAgentResponse.ResultEnum.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 MoveAgentResponse.ResultEnumModifier and TypeMethodDescriptionMoveAgentResponse.result(MoveAgentResponse.ResultEnum result) The result of the movevoidMoveAgentResponse.setResult(MoveAgentResponse.ResultEnum result)