Package com.mypurecloud.sdk.v2.model
Class CampaignRuleSpecificDateInterval
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignRuleSpecificDateInterval
- All Implemented Interfaces:
Serializable
CampaignRuleSpecificDateInterval
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMax()getMin()inthashCode()The maximum value of the interval in yyyy-MM-dd format (if includeYear=true) or in MM-dd format (if includeYear=false).The minimum value of the interval in yyyy-MM-dd format (if includeYear=true) or in MM-dd format (if includeYear=false).voidvoidtoString()
-
Constructor Details
-
CampaignRuleSpecificDateInterval
public CampaignRuleSpecificDateInterval() -
CampaignRuleSpecificDateInterval
-
-
Method Details
-
min
The minimum value of the interval in yyyy-MM-dd format (if includeYear=true) or in MM-dd format (if includeYear=false). Required for the \"between\" operator -
getMin
-
setMin
-
max
The maximum value of the interval in yyyy-MM-dd format (if includeYear=true) or in MM-dd format (if includeYear=false). Required for the \"between\" operator -
getMax
-
setMax
-
equals
-
hashCode
public int hashCode() -
toString
-