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