Class SchedulingPeriodBase

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

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

    • SchedulingPeriodBase

      public SchedulingPeriodBase()
    • SchedulingPeriodBase

      public SchedulingPeriodBase(Boolean initWithEmptyList)
  • Method Details

    • latestEndDate

      public SchedulingPeriodBase latestEndDate(LocalDate latestEndDate)
      The latest date the associated activity plan can end, in YYYY-MM-DD format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getLatestEndDate

      public LocalDate getLatestEndDate()
    • setLatestEndDate

      public void setLatestEndDate(LocalDate latestEndDate)
    • 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