Package com.mypurecloud.sdk.v2.model
Class ServiceNowSourceRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ServiceNowSourceRequest
- All Implemented Interfaces:
Serializable
ServiceNowSourceRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()integrationId(String integrationId) The integration associated with the source.The name of the integration source.schedulePeriod(Integer schedulePeriod) The schedule period of the source in hours.voidsetIntegrationId(String integrationId) voidvoidsetSchedulePeriod(Integer schedulePeriod) voidsetSettings(ServiceNowSettings settings) settings(ServiceNowSettings settings) The settings of the source.toString()
-
Constructor Details
-
ServiceNowSourceRequest
public ServiceNowSourceRequest() -
ServiceNowSourceRequest
-
-
Method Details
-
getId
-
name
The name of the integration source. -
getName
-
setName
-
integrationId
The integration associated with the source. -
getIntegrationId
-
setIntegrationId
-
schedulePeriod
The schedule period of the source in hours. Must be at least 6 and at most 48 hours. minimum: 6 maximum: 48 -
getSchedulePeriod
-
setSchedulePeriod
-
settings
The settings of the source. -
getSettings
-
setSettings
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-