Package com.mypurecloud.sdk.v2.model
Class RecurrenceEndSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.RecurrenceEndSettings
- All Implemented Interfaces:
Serializable
RecurrenceEndSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The end date of the recurrence for the activity plan, in ISO-8601 format.Whether this activity plan should continue indefinitely.voidsetLastDate(Date lastDate) voidsetNoEndDate(Boolean noEndDate) toString()
-
Constructor Details
-
RecurrenceEndSettings
public RecurrenceEndSettings() -
RecurrenceEndSettings
-
-
Method Details
-
lastDate
The end date of the recurrence for the activity plan, in ISO-8601 format. Only one of lastDate or noEndDate may be set -
getLastDate
-
setLastDate
-
noEndDate
Whether this activity plan should continue indefinitely. If set to true, lastDate must not be set -
getNoEndDate
-
setNoEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-