Package com.mypurecloud.sdk.v2.model
Class SourceSyncResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.SourceSyncResponse
- All Implemented Interfaces:
Serializable
SourceSyncResponse
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Synchronization creation date-time for this source.dateModified(Date dateModified) Synchronization last modification date-time for this source.booleanSync error.getError()getState()inthashCode()knowledgeBase(AddressableEntityRef knowledgeBase) Knowledge base to which this synchronization belongs.voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetKnowledgeBase(AddressableEntityRef knowledgeBase) voidsetSource(AddressableEntityRef source) voidsource(AddressableEntityRef source) Source to which this synchronization belongs.Sync state.toString()
-
Constructor Details
-
SourceSyncResponse
public SourceSyncResponse() -
SourceSyncResponse
-
-
Method Details
-
state
Sync state. -
getState
-
setState
-
error
Sync error. -
getError
-
setError
-
dateCreated
Synchronization creation date-time for this source. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Synchronization last modification date-time for this source. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
knowledgeBase
Knowledge base to which this synchronization belongs. -
getKnowledgeBase
-
setKnowledgeBase
-
source
Source to which this synchronization belongs. -
getSource
-
setSource
-
equals
-
hashCode
public int hashCode() -
toString
-