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