Package com.mypurecloud.sdk.v2.model
Class V3Synchronization
java.lang.Object
com.mypurecloud.sdk.v2.model.V3Synchronization
- All Implemented Interfaces:
Serializable
V3Synchronization
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the ingestion.static enumThe status of the synchronization.static enumThe trigger type of the synchronization.static enumThe type of the synchronization. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedBy(UserReference createdBy) The user who started the synchronization if the source is manually synchronized or the user who created the source for scheduled synchronization.The end time of the synchronization.dateSourceIntervalEnd(Date dateSourceIntervalEnd) The end time of the interval to be synchronized from the source.dateSourceIntervalStart(Date dateSourceIntervalStart) The start time of the interval to be synchronized from the source.The start time of the synchronization.booleanThe error that occurred during the synchronization.getError()getId()getType()inthashCode()ingestionStatus(V3Synchronization.IngestionStatusEnum ingestionStatus) The status of the ingestion.voidsetCreatedBy(UserReference createdBy) voidsetDateEnd(Date dateEnd) voidsetDateSourceIntervalEnd(Date dateSourceIntervalEnd) voidsetDateSourceIntervalStart(Date dateSourceIntervalStart) voidsetDateStart(Date dateStart) voidvoidsetIngestionStatus(V3Synchronization.IngestionStatusEnum ingestionStatus) voidsetSource(V3SourceRef source) voidsetStatistics(V3SynchronizationStatistics statistics) voidvoidsetTriggerType(V3Synchronization.TriggerTypeEnum triggerType) voidsource(V3SourceRef source) The source of the synchronization.statistics(V3SynchronizationStatistics statistics) Statistics of the synchronization.status(V3Synchronization.StatusEnum status) The status of the synchronization.toString()triggerType(V3Synchronization.TriggerTypeEnum triggerType) The trigger type of the synchronization.The type of the synchronization.
-
Constructor Details
-
V3Synchronization
public V3Synchronization() -
V3Synchronization
-
-
Method Details
-
getId
-
type
The type of the synchronization. -
getType
-
setType
-
createdBy
The user who started the synchronization if the source is manually synchronized or the user who created the source for scheduled synchronization. -
getCreatedBy
-
setCreatedBy
-
source
The source of the synchronization. -
getSource
-
setSource
-
dateStart
The start time of the synchronization. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
The end time of the synchronization. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
dateSourceIntervalStart
The start time of the interval to be synchronized from the source. Source item changes during that interval are included in this synchronization. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateSourceIntervalStart
-
setDateSourceIntervalStart
-
dateSourceIntervalEnd
The end time of the interval to be synchronized from the source. Source item changes during that interval are included in this synchronization. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateSourceIntervalEnd
-
setDateSourceIntervalEnd
-
triggerType
The trigger type of the synchronization. -
getTriggerType
-
setTriggerType
-
status
The status of the synchronization. -
getStatus
-
setStatus
-
statistics
Statistics of the synchronization. -
getStatistics
-
setStatistics
-
error
The error that occurred during the synchronization. -
getError
-
setError
-
ingestionStatus
The status of the ingestion. -
getIngestionStatus
-
setIngestionStatus
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-