Package com.mypurecloud.sdk.v2.model
Class AppendToDncActionSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.AppendToDncActionSettings
- All Implemented Interfaces:
Serializable
AppendToDncActionSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Dnc List Type to append entries to -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexpirationDuration(String expirationDuration) If 'expire' is set to true, how long to keep the record.Whether to expire the record appended to the DNC list.inthashCode()The Dnc List Type to append entries tovoidsetExpirationDuration(String expirationDuration) voidvoidtoString()
-
Constructor Details
-
AppendToDncActionSettings
public AppendToDncActionSettings() -
AppendToDncActionSettings
-
-
Method Details
-
expire
Whether to expire the record appended to the DNC list. -
getExpire
-
setExpire
-
expirationDuration
If 'expire' is set to true, how long to keep the record. -
getExpirationDuration
-
setExpirationDuration
-
listType
The Dnc List Type to append entries to -
getListType
-
setListType
-
equals
-
hashCode
public int hashCode() -
toString
-