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