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