Package com.mypurecloud.sdk.v2.model
Class CampaignRuleWeekDayOfMonthParameters
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignRuleWeekDayOfMonthParameters
- All Implemented Interfaces:
Serializable
CampaignRuleWeekDayOfMonthParameters
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()interval(CampaignRuleWeekDayOfMonthInterval interval) The operand for the \"between\" operatorvoidvoidsetThresholdValue(CampaignRuleWeekDayOfMonth thresholdValue) thresholdValue(CampaignRuleWeekDayOfMonth thresholdValue) The operand for the \"equals\", \"before\" and \"after\" operatorstoString()
-
Constructor Details
-
CampaignRuleWeekDayOfMonthParameters
public CampaignRuleWeekDayOfMonthParameters() -
CampaignRuleWeekDayOfMonthParameters
-
-
Method Details
-
thresholdValue
public CampaignRuleWeekDayOfMonthParameters thresholdValue(CampaignRuleWeekDayOfMonth thresholdValue) The operand for the \"equals\", \"before\" and \"after\" operators -
getThresholdValue
-
setThresholdValue
-
interval
The operand for the \"between\" operator -
getInterval
-
setInterval
-
equals
-
hashCode
public int hashCode() -
toString
-