Package com.mypurecloud.sdk.v2.model
Class SourceBaseResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.SourceBaseResponse
- All Implemented Interfaces:
Serializable
SourceBaseResponse
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Source creation date-time.dateModified(Date dateModified) Source last modification date-time.booleangetId()getName()getType()inthashCode()integration(KnowledgeIntegrationReference integration) The reference to the integration associated with the source.lastSync(SourceLastSync lastSync) Additional information about the last synchronization of the source.Name of the source.schedulePeriod(Integer schedulePeriod) The schedule period of the source in hours.voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetIntegration(KnowledgeIntegrationReference integration) voidsetLastSync(SourceLastSync lastSync) voidvoidsetSchedulePeriod(Integer schedulePeriod) voidtoString()The source type.
-
Constructor Details
-
SourceBaseResponse
public SourceBaseResponse() -
SourceBaseResponse
-
-
Method Details
-
getId
-
name
Name of the source. -
getName
-
setName
-
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
-
type
The source type. -
getType
-
setType
-
integration
The reference to the integration associated with the source. -
getIntegration
-
setIntegration
-
schedulePeriod
The schedule period of the source in hours. -
getSchedulePeriod
-
setSchedulePeriod
-
lastSync
Additional information about the last synchronization of the source. -
getLastSync
-
setLastSync
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-