Package com.mypurecloud.sdk.v2.model
Class CampaignRuleExecutionSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignRuleExecutionSettings
- All Implemented Interfaces:
Serializable
CampaignRuleExecutionSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumExecution control frequency -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanExecution control frequencyinthashCode()voidvoidsetTimeZoneId(String timeZoneId) timeZoneId(String timeZoneId) The time zone for the execution control frequency=\"oncePerDay\"; for example, Africa/Abidjan.toString()
-
Constructor Details
-
CampaignRuleExecutionSettings
public CampaignRuleExecutionSettings() -
CampaignRuleExecutionSettings
-
-
Method Details
-
frequency
public CampaignRuleExecutionSettings frequency(CampaignRuleExecutionSettings.FrequencyEnum frequency) Execution control frequency -
getFrequency
-
setFrequency
-
timeZoneId
The time zone for the execution control frequency=\"oncePerDay\"; for example, Africa/Abidjan. This property is ignored when frequency is not \"oncePerDay\" -
getTimeZoneId
-
setTimeZoneId
-
equals
-
hashCode
public int hashCode() -
toString
-