Package com.mypurecloud.sdk.v2.model
Class V3SourceUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SourceUpdateRequest
- All Implemented Interfaces:
Serializable
V3SourceUpdateRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe trigger type of the source. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()The name of the source.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.voidvoidsetScheduleSettings(V3SourceScheduleSettings scheduleSettings) voidsetTriggerType(V3SourceUpdateRequest.TriggerTypeEnum triggerType) toString()triggerType(V3SourceUpdateRequest.TriggerTypeEnum triggerType) The trigger type of the source.
-
Constructor Details
-
V3SourceUpdateRequest
public V3SourceUpdateRequest() -
V3SourceUpdateRequest
-
-
Method Details
-
name
The name of the source. -
getName
-
setName
-
triggerType
The trigger type of the source. -
getTriggerType
-
setTriggerType
-
scheduleSettings
Settings that determine when the source starts a sync. -
getScheduleSettings
-
setScheduleSettings
-
equals
-
hashCode
public int hashCode() -
toString
-