Package com.mypurecloud.sdk.v2.model
Class V3SourceLastSynchronization
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SourceLastSynchronization
- All Implemented Interfaces:
Serializable
V3SourceLastSynchronization
- 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. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe 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()inthashCode()ingestionStatus(V3SourceLastSynchronization.IngestionStatusEnum ingestionStatus) The status of the ingestion.voidsetDateEnd(Date dateEnd) voidsetDateSourceIntervalEnd(Date dateSourceIntervalEnd) voidsetDateSourceIntervalStart(Date dateSourceIntervalStart) voidsetDateStart(Date dateStart) voidvoidsetIngestionStatus(V3SourceLastSynchronization.IngestionStatusEnum ingestionStatus) voidsetStatistics(V3SynchronizationStatistics statistics) voidvoidstatistics(V3SynchronizationStatistics statistics) Statistics of the synchronization.The status of the synchronization.toString()triggerType(V3SourceLastSynchronization.TriggerTypeEnum triggerType) The trigger type of the synchronization.
-
Constructor Details
-
V3SourceLastSynchronization
public V3SourceLastSynchronization() -
V3SourceLastSynchronization
-
-
Method Details
-
getId
-
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
public V3SourceLastSynchronization triggerType(V3SourceLastSynchronization.TriggerTypeEnum 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
public V3SourceLastSynchronization ingestionStatus(V3SourceLastSynchronization.IngestionStatusEnum ingestionStatus) The status of the ingestion. -
getIngestionStatus
-
setIngestionStatus
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-