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