Class MonthlyPlanningPeriodSettings

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

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

    • MonthlyPlanningPeriodSettings

      public MonthlyPlanningPeriodSettings()
    • MonthlyPlanningPeriodSettings

      public MonthlyPlanningPeriodSettings(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public MonthlyPlanningPeriodSettings startDate(LocalDate startDate)
      Start date of the monthly planning period in yyyy-MM-dd format. The date must represent the first day of the given month. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getStartDate

      public LocalDate getStartDate()
    • setStartDate

      public void setStartDate(LocalDate startDate)
    • 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