Package com.mypurecloud.sdk.v2.model
Class V3SourceExpandableResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SourceExpandableResponse
- All Implemented Interfaces:
Serializable
V3SourceExpandableResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current status of the source.static enumThe trigger type of the source.static enumThe type of the source. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnection(ConnectionResponse connection) The connection associated with the source.connectionId(String connectionId) The connectionId of the source.createdBy(UserReference createdBy) The user who created the source.dateCreated(Date dateCreated) Source creation date-time.dateModified(Date dateModified) Source last modification date-time.booleanOptional error details of an errored source.filterDetails(V3SourceFilterDetails filterDetails) Additional details to the source's filters.filters(V3SourceFilter filters) Filters that determine what documents are synced.getError()getId()getName()getType()inthashCode()lastSync(V3SourceLastSynchronization lastSync) The last synchronization of the source.modifiedBy(UserReference modifiedBy) The user who modified the document.The name of the source.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.voidsetConnection(ConnectionResponse connection) voidsetConnectionId(String connectionId) voidsetCreatedBy(UserReference createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetFilterDetails(V3SourceFilterDetails filterDetails) voidsetFilters(V3SourceFilter filters) voidsetLastSync(V3SourceLastSynchronization lastSync) voidsetModifiedBy(UserReference modifiedBy) voidvoidsetScheduleSettings(V3SourceScheduleSettings scheduleSettings) voidvoidsetTriggerType(V3SourceExpandableResponse.TriggerTypeEnum triggerType) voidThe current status of the source.toString()triggerType(V3SourceExpandableResponse.TriggerTypeEnum triggerType) The trigger type of the source.The type of the source.
-
Constructor Details
-
V3SourceExpandableResponse
public V3SourceExpandableResponse() -
V3SourceExpandableResponse
-
-
Method Details
-
getId
-
name
The name of the source. -
getName
-
setName
-
connectionId
The connectionId of the source. -
getConnectionId
-
setConnectionId
-
type
The type of the source. -
getType
-
setType
-
triggerType
public V3SourceExpandableResponse triggerType(V3SourceExpandableResponse.TriggerTypeEnum triggerType) The trigger type of the source. -
getTriggerType
-
setTriggerType
-
status
The current status of the source. -
getStatus
-
setStatus
-
createdBy
The user who created the source. -
getCreatedBy
-
setCreatedBy
-
modifiedBy
The user who modified the document. -
getModifiedBy
-
setModifiedBy
-
dateCreated
Source creation date-time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Source last modification date-time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
lastSync
The last synchronization of the source. -
getLastSync
-
setLastSync
-
scheduleSettings
Settings that determine when the source starts a sync. -
getScheduleSettings
-
setScheduleSettings
-
filters
Filters that determine what documents are synced. -
getFilters
-
setFilters
-
filterDetails
Additional details to the source's filters. -
getFilterDetails
-
setFilterDetails
-
connection
The connection associated with the source. Needs to be expanded. -
getConnection
-
setConnection
-
error
Optional error details of an errored source. -
getError
-
setError
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-