Package com.mypurecloud.sdk.v2.model
Class PlanningPeriodSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.PlanningPeriodSettings
- All Implemented Interfaces:
Serializable
PlanningPeriodSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetStartDate(LocalDate startDate) voidsetWeekCount(Integer weekCount) Start date of the planning period in yyyy-MM-dd format.toString()Planning period length in weeks
-
Constructor Details
-
PlanningPeriodSettings
public PlanningPeriodSettings() -
PlanningPeriodSettings
-
-
Method Details
-
weekCount
Planning period length in weeks -
getWeekCount
-
setWeekCount
-
startDate
Start date of the planning period in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartDate
-
setStartDate
-
equals
-
hashCode
public int hashCode() -
toString
-