Package com.mypurecloud.sdk.v2.model
Class DialerRulesetConfigChangeRuleSet
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerRulesetConfigChangeRuleSet
- All Implemented Interfaces:
Serializable
DialerRulesetConfigChangeRuleSet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) contactList(DialerRulesetConfigChangeUriReference contactList) dateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entitybooleangetId()getName()getQueue()getRules()inthashCode()The globally unique identifier for the object.The UI-visible name of the objectA UriReference for a resourcerules(List<DialerRulesetConfigChangeRule> rules) voidsetAdditionalProperties(Map<String, Object> additionalProperties) voidsetContactList(DialerRulesetConfigChangeUriReference contactList) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidvoidvoidvoidsetVersion(Long version) toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
DialerRulesetConfigChangeRuleSet
public DialerRulesetConfigChangeRuleSet() -
DialerRulesetConfigChangeRuleSet
-
-
Method Details
-
contactList
public DialerRulesetConfigChangeRuleSet contactList(DialerRulesetConfigChangeUriReference contactList) -
getContactList
-
setContactList
-
queue
A UriReference for a resource -
getQueue
-
setQueue
-
rules
-
getRules
-
setRules
-
additionalProperties
public DialerRulesetConfigChangeRuleSet additionalProperties(Map<String, Object> additionalProperties) -
getAdditionalProperties
-
setAdditionalProperties
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
The UI-visible name of the object -
getName
-
setName
-
dateCreated
Creation time of the entity -
getDateCreated
-
setDateCreated
-
dateModified
Last modified time of the entity -
getDateModified
-
setDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-