Package com.mypurecloud.sdk.v2.model
Class ServiceNowSourceResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ServiceNowSourceResponse
- All Implemented Interfaces:
Serializable
ServiceNowSourceResponse
- 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) voidsetSettings(ServiceNowSettings settings) settings(ServiceNowSettings settings) The settings of the source.voidtoString()The source type.
-
Constructor Details
-
ServiceNowSourceResponse
public ServiceNowSourceResponse() -
ServiceNowSourceResponse
-
-
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
-
settings
The settings of the source. -
getSettings
-
setSettings
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-