Uses of Enum Class
com.mypurecloud.sdk.v2.model.ScimPhoneNumber.TypeEnum
Packages that use ScimPhoneNumber.TypeEnum
-
Uses of ScimPhoneNumber.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScimPhoneNumber.TypeEnumModifier and TypeMethodDescriptionstatic ScimPhoneNumber.TypeEnumScimPhoneNumber.TypeEnum.fromString(String key) ScimPhoneNumber.getType()static ScimPhoneNumber.TypeEnumReturns the enum constant of this class with the specified name.static ScimPhoneNumber.TypeEnum[]ScimPhoneNumber.TypeEnum.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 ScimPhoneNumber.TypeEnumModifier and TypeMethodDescriptionvoidScimPhoneNumber.setType(ScimPhoneNumber.TypeEnum type) ScimPhoneNumber.type(ScimPhoneNumber.TypeEnum type) The type of phone number.