Package com.mypurecloud.sdk.v2.model
Class ExternalEventsConfiguration
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalEventsConfiguration
- All Implemented Interfaces:
Serializable
ExternalEventsConfiguration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateLastModified(Date dateLastModified) The timestamp when the configuration was last modified.description(String description) A description of the external event configuration.divisionId(String divisionId) The division ID (UUID) associated with this configuration.divisionIdActive(Boolean divisionIdActive) Indicates whether the divisionId field is valid.booleangetId()getName()inthashCode()The unique identifier for the external event configuration.schemaActive(Boolean schemaActive) Indicates whether the schema is active or inactive.The dynamic schema ID (UUID) that defines the structure of external events.voidsetDateLastModified(Date dateLastModified) voidsetDescription(String description) voidsetDivisionId(String divisionId) voidsetDivisionIdActive(Boolean divisionIdActive) voidvoidvoidsetSchemaActive(Boolean schemaActive) voidsetSchemaId(String schemaId) voidThe source of the external events e.g.toString()
-
Constructor Details
-
ExternalEventsConfiguration
public ExternalEventsConfiguration() -
ExternalEventsConfiguration
-
-
Method Details
-
id
The unique identifier for the external event configuration. -
getId
-
setId
-
name
-
getName
-
setName
-
description
A description of the external event configuration. -
getDescription
-
setDescription
-
divisionId
The division ID (UUID) associated with this configuration. -
getDivisionId
-
setDivisionId
-
divisionIdActive
Indicates whether the divisionId field is valid. -
getDivisionIdActive
-
setDivisionIdActive
-
schemaId
The dynamic schema ID (UUID) that defines the structure of external events. -
getSchemaId
-
setSchemaId
-
schemaActive
Indicates whether the schema is active or inactive. -
getSchemaActive
-
setSchemaActive
-
source
The source of the external events e.g. Adobe, Salesforce. -
getSource
-
setSource
-
dateLastModified
The timestamp when the configuration was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateLastModified
-
setDateLastModified
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-