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