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