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