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