Package com.mypurecloud.sdk.v2.model
Class RuleSet
java.lang.Object
com.mypurecloud.sdk.v2.model.RuleSet
- All Implemented Interfaces:
Serializable
RuleSet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontactList(DomainEntityRef contactList) A ContactList to provide user-interface suggestions for contact columns on relevant conditions and actions.booleangetId()getName()getQueue()getRules()inthashCode()The name of the RuleSet.queue(DomainEntityRef queue) A Queue to provide user-interface suggestions for wrap-up codes on relevant conditions and actions.rules(List<DialerRule> rules) The list of rules.voidsetContactList(DomainEntityRef contactList) voidvoidsetQueue(DomainEntityRef queue) voidsetRules(List<DialerRule> rules) voidsetVersion(Integer version) toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
RuleSet
public RuleSet() -
RuleSet
-
-
Method Details
-
getId
-
name
The name of the RuleSet. -
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
contactList
A ContactList to provide user-interface suggestions for contact columns on relevant conditions and actions. -
getContactList
-
setContactList
-
queue
A Queue to provide user-interface suggestions for wrap-up codes on relevant conditions and actions. -
getQueue
-
setQueue
-
rules
The list of rules. -
getRules
-
setRules
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-