Package com.mypurecloud.sdk.v2.model
Class RecurrenceSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.RecurrenceSettings
- All Implemented Interfaces:
Serializable
RecurrenceSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendAfter(RecurrenceEndSettings endAfter) Settings controlling when to end the recurrence for the activity planbooleaninthashCode()minimumTimeBetweenOccurrences(RecurrencePeriod minimumTimeBetweenOccurrences) Constraint indicating the minimum time in hours between recurrences of the activity planrecurrencePeriod(RecurrencePeriod recurrencePeriod) The recurrence period of the activity planvoidsetEndAfter(RecurrenceEndSettings endAfter) voidsetMinimumTimeBetweenOccurrences(RecurrencePeriod minimumTimeBetweenOccurrences) voidsetRecurrencePeriod(RecurrencePeriod recurrencePeriod) toString()
-
Constructor Details
-
RecurrenceSettings
public RecurrenceSettings() -
RecurrenceSettings
-
-
Method Details
-
endAfter
Settings controlling when to end the recurrence for the activity plan -
getEndAfter
-
setEndAfter
-
recurrencePeriod
The recurrence period of the activity plan -
getRecurrencePeriod
-
setRecurrencePeriod
-
minimumTimeBetweenOccurrences
public RecurrenceSettings minimumTimeBetweenOccurrences(RecurrencePeriod minimumTimeBetweenOccurrences) Constraint indicating the minimum time in hours between recurrences of the activity plan -
getMinimumTimeBetweenOccurrences
-
setMinimumTimeBetweenOccurrences
-
equals
-
hashCode
public int hashCode() -
toString
-