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