Class RecurrenceEndSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.RecurrenceEndSettings
All Implemented Interfaces:
Serializable

public class RecurrenceEndSettings extends Object implements Serializable
RecurrenceEndSettings
See Also:
  • Constructor Details

    • RecurrenceEndSettings

      public RecurrenceEndSettings()
    • RecurrenceEndSettings

      public RecurrenceEndSettings(Boolean initWithEmptyList)
  • Method Details

    • lastDate

      public RecurrenceEndSettings lastDate(Date 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

      public Date getLastDate()
    • setLastDate

      public void setLastDate(Date lastDate)
    • noEndDate

      public RecurrenceEndSettings noEndDate(Boolean noEndDate)
      Whether this activity plan should continue indefinitely. If set to true, lastDate must not be set
    • getNoEndDate

      public Boolean getNoEndDate()
    • setNoEndDate

      public void setNoEndDate(Boolean noEndDate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object