Class SchedulingPeriod

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

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

    • SchedulingPeriod

      public SchedulingPeriod()
    • SchedulingPeriod

      public SchedulingPeriod(Boolean initWithEmptyList)
  • Method Details

    • latestEndDate

      public SchedulingPeriod 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)
    • earliestStartDate

      public SchedulingPeriod earliestStartDate(LocalDate earliestStartDate)
      The earliest date the associated activity plan can begin, in YYYY-MM-DD format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getEarliestStartDate

      public LocalDate getEarliestStartDate()
    • setEarliestStartDate

      public void setEarliestStartDate(LocalDate earliestStartDate)
    • 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