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