Package com.mypurecloud.sdk.v2.model
Class V3SourceCreateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SourceCreateRequest
- All Implemented Interfaces:
Serializable
V3SourceCreateRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe trigger type of the source.static enumThe type of the source. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectionId(String connectionId) The id of the connection related to the source.booleanfilters(V3SourceFilter filters) Filters that determine what documents are synced.getName()getType()inthashCode()The name of the source.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.voidsetConnectionId(String connectionId) voidsetFilters(V3SourceFilter filters) voidvoidsetScheduleSettings(V3SourceScheduleSettings scheduleSettings) voidsetTriggerType(V3SourceCreateRequest.TriggerTypeEnum triggerType) voidtoString()triggerType(V3SourceCreateRequest.TriggerTypeEnum triggerType) The trigger type of the source.The type of the source.
-
Constructor Details
-
V3SourceCreateRequest
public V3SourceCreateRequest() -
V3SourceCreateRequest
-
-
Method Details
-
name
The name of the source. -
getName
-
setName
-
type
The type of the source. Required if connectionId is not specified, inherits the connection type otherwise. -
getType
-
setType
-
connectionId
The id of the connection related to the source. Required if type is Sharepoint. -
getConnectionId
-
setConnectionId
-
triggerType
The trigger type of the source. Default is Manual. -
getTriggerType
-
setTriggerType
-
scheduleSettings
Settings that determine when the source starts a sync. Required if triggerType is Scheduled. -
getScheduleSettings
-
setScheduleSettings
-
filters
Filters that determine what documents are synced. -
getFilters
-
setFilters
-
equals
-
hashCode
public int hashCode() -
toString
-