Package com.mypurecloud.sdk.v2.model
Class CampaignRuleTimeOfDayParameters
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignRuleTimeOfDayParameters
- All Implemented Interfaces:
Serializable
CampaignRuleTimeOfDayParameters
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()interval(CampaignRuleTimeOfDayInterval interval) The operand for the \"between\" operatorvoidsetInterval(CampaignRuleTimeOfDayInterval interval) voidsetThresholdValue(String thresholdValue) thresholdValue(String thresholdValue) Time is represented as an ISO-8601 string without a timezone.toString()
-
Constructor Details
-
CampaignRuleTimeOfDayParameters
public CampaignRuleTimeOfDayParameters() -
CampaignRuleTimeOfDayParameters
-
-
Method Details
-
interval
The operand for the \"between\" operator -
getInterval
-
setInterval
-
thresholdValue
Time is represented as an ISO-8601 string without a timezone. For example: HH:mm:ss.SSS -
getThresholdValue
-
setThresholdValue
-
equals
-
hashCode
public int hashCode() -
toString
-