Package com.mypurecloud.sdk.v2.model
Class CreateExternalEventsConfigurationRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateExternalEventsConfigurationRequest
- All Implemented Interfaces:
Serializable
CreateExternalEventsConfigurationRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the external event configuration.divisionId(String divisionId) The division ID associated with this configuration.booleangetName()inthashCode()The name of the external event configuration.The dynamic schema ID that defines the structure of external events.voidsetDescription(String description) voidsetDivisionId(String divisionId) voidvoidsetSchemaId(String schemaId) voidThe source of the external events e.g.toString()
-
Constructor Details
-
CreateExternalEventsConfigurationRequest
public CreateExternalEventsConfigurationRequest() -
CreateExternalEventsConfigurationRequest
-
-
Method Details
-
name
The name of the external event configuration. -
getName
-
setName
-
description
A description of the external event configuration. -
getDescription
-
setDescription
-
divisionId
The division ID associated with this configuration. -
getDivisionId
-
setDivisionId
-
schemaId
The dynamic schema ID that defines the structure of external events. -
getSchemaId
-
setSchemaId
-
source
The source of the external events e.g. Adobe, Salesforce. This cannot be changed after creation. -
getSource
-
setSource
-
equals
-
hashCode
public int hashCode() -
toString
-