Uses of Enum Class
com.mypurecloud.sdk.v2.model.V3SourceCreateRequest.TriggerTypeEnum
Packages that use V3SourceCreateRequest.TriggerTypeEnum
-
Uses of V3SourceCreateRequest.TriggerTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceCreateRequest.TriggerTypeEnumModifier and TypeMethodDescriptionV3SourceCreateRequest.TriggerTypeEnum.fromString(String key) V3SourceCreateRequest.getTriggerType()Returns the enum constant of this class with the specified name.V3SourceCreateRequest.TriggerTypeEnum.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 V3SourceCreateRequest.TriggerTypeEnumModifier and TypeMethodDescriptionvoidV3SourceCreateRequest.setTriggerType(V3SourceCreateRequest.TriggerTypeEnum triggerType) V3SourceCreateRequest.triggerType(V3SourceCreateRequest.TriggerTypeEnum triggerType) The trigger type of the source.