Package com.mypurecloud.sdk.v2.model
Class MonthlyPlanningPeriodSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.MonthlyPlanningPeriodSettings
- All Implemented Interfaces:
Serializable
MonthlyPlanningPeriodSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetStartDate(LocalDate startDate) Start date of the monthly planning period in yyyy-MM-dd format.toString()
-
Constructor Details
-
MonthlyPlanningPeriodSettings
public MonthlyPlanningPeriodSettings() -
MonthlyPlanningPeriodSettings
-
-
Method Details
-
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
-
setStartDate
-
equals
-
hashCode
public int hashCode() -
toString
-