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