Package com.mypurecloud.sdk.v2.model
Class TriggerSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.TriggerSchedule
- All Implemented Interfaces:
Serializable
Schedule configuration for a scheduled trigger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondaysOfMonth(String daysOfMonth) Days of month on which the trigger should fire. 1-31 or '*' for every or '?'daysOfWeek(String daysOfWeek) Days of week on which the trigger should fire. 1-7 or '*' for every or '?'booleangetHours()inthashCode()Hours on which the trigger should fire. 0-23 or '*' for every hour.Minutes on which the trigger should fire.Months on which the trigger should fire. 1-12 or '*' for everyvoidsetDaysOfMonth(String daysOfMonth) voidsetDaysOfWeek(String daysOfWeek) voidvoidsetMinutes(String minutes) voidvoidsetTimezone(String timezone) Timezone for the trigger scheduletoString()
-
Constructor Details
-
TriggerSchedule
public TriggerSchedule() -
TriggerSchedule
-
-
Method Details
-
minutes
Minutes on which the trigger should fire. Coma separated list of up to 2 values 0-59 -
getMinutes
-
setMinutes
-
hours
Hours on which the trigger should fire. 0-23 or '*' for every hour. -
getHours
-
setHours
-
daysOfMonth
Days of month on which the trigger should fire. 1-31 or '*' for every or '?' for any -
getDaysOfMonth
-
setDaysOfMonth
-
months
Months on which the trigger should fire. 1-12 or '*' for every -
getMonths
-
setMonths
-
daysOfWeek
Days of week on which the trigger should fire. 1-7 or '*' for every or '?' for any -
getDaysOfWeek
-
setDaysOfWeek
-
timezone
Timezone for the trigger schedule -
getTimezone
-
setTimezone
-
equals
-
hashCode
public int hashCode() -
toString
-