Package com.mypurecloud.sdk.v2.model
Class SalesforceSourceRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.SalesforceSourceRequest
- All Implemented Interfaces:
Serializable
SalesforceSourceRequest
- 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(SalesforceSettings settings) settings(SalesforceSettings settings) The settings of the source.toString()
-
Constructor Details
-
SalesforceSourceRequest
public SalesforceSourceRequest() -
SalesforceSourceRequest
-
-
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
-