Package com.mypurecloud.sdk.v2.model
Class CampaignRuleSpecificDateParameters
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignRuleSpecificDateParameters
- All Implemented Interfaces:
Serializable
CampaignRuleSpecificDateParameters
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()includeYear(Boolean includeYear) If true, includes year in date comparison for specificDate type.interval(CampaignRuleSpecificDateInterval interval) The operand for the \"between\" operatorvoidsetIncludeYear(Boolean includeYear) voidsetInterval(CampaignRuleSpecificDateInterval interval) voidsetThresholdValue(String thresholdValue) thresholdValue(String thresholdValue) The operand for the \"equals\", \"after\" and \"before\" operators in yyyy-MM-dd (if includeYear=true) or MM-dd (if includeYear=false) format.toString()
-
Constructor Details
-
CampaignRuleSpecificDateParameters
public CampaignRuleSpecificDateParameters() -
CampaignRuleSpecificDateParameters
-
-
Method Details
-
includeYear
If true, includes year in date comparison for specificDate type. When false, only month and day are compared. Default is true. -
getIncludeYear
-
setIncludeYear
-
thresholdValue
The operand for the \"equals\", \"after\" and \"before\" operators in yyyy-MM-dd (if includeYear=true) or MM-dd (if includeYear=false) format. -
getThresholdValue
-
setThresholdValue
-
interval
The operand for the \"between\" operator -
getInterval
-
setInterval
-
equals
-
hashCode
public int hashCode() -
toString
-