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