Package com.mypurecloud.sdk.v2.model
Class SourceLastSync
java.lang.Object
com.mypurecloud.sdk.v2.model.SourceLastSync
- All Implemented Interfaces:
Serializable
SourceLastSync
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of the last synchronization. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLast synchronization end-time.dateStarted(Date dateStarted) Last synchronization start-time.booleanOptional error message of the last synchronization.getError()getState()inthashCode()voidsetDateEnded(Date dateEnded) voidsetDateStarted(Date dateStarted) voidvoidsetState(SourceLastSync.StateEnum state) state(SourceLastSync.StateEnum state) State of the last synchronization.toString()
-
Constructor Details
-
SourceLastSync
public SourceLastSync() -
SourceLastSync
-
-
Method Details
-
state
State of the last synchronization. -
getState
-
setState
-
dateStarted
Last synchronization start-time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStarted
-
setDateStarted
-
dateEnded
Last synchronization end-time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnded
-
setDateEnded
-
error
Optional error message of the last synchronization. -
getError
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-