Package com.mypurecloud.sdk.v2.model
Class CapacityPlanRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CapacityPlanRequest
- All Implemented Interfaces:
Serializable
CapacityPlanRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the capacity planendBusinessUnitDate(LocalDate endBusinessUnitDate) The end date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.booleanforecast(BuShortTermForecastReference forecast) The selected forecast for this capacity plan.fullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) The weekly hours used to calculate full time equivalent agentsgetName()inthashCode()The name of the capacity planvoidsetDescription(String description) voidsetEndBusinessUnitDate(LocalDate endBusinessUnitDate) voidsetForecast(BuShortTermForecastReference forecast) voidsetFullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) voidvoidsetStaffingGroupAllocations(List<CreateStaffingGroupAllocation> staffingGroupAllocations) voidsetStartBusinessUnitDate(LocalDate startBusinessUnitDate) staffingGroupAllocations(List<CreateStaffingGroupAllocation> staffingGroupAllocations) List of staffing group allocations to be used for the capacity planstartBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.toString()
-
Constructor Details
-
CapacityPlanRequest
public CapacityPlanRequest() -
CapacityPlanRequest
-
-
Method Details
-
name
The name of the capacity plan -
getName
-
setName
-
description
Description of the capacity plan -
getDescription
-
setDescription
-
startBusinessUnitDate
The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartBusinessUnitDate
-
setStartBusinessUnitDate
-
endBusinessUnitDate
The end date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getEndBusinessUnitDate
-
setEndBusinessUnitDate
-
forecast
The selected forecast for this capacity plan. Null when main forecast is used in the future -
getForecast
-
setForecast
-
fullTimeEquivalentWeeklyHours
The weekly hours used to calculate full time equivalent agents -
getFullTimeEquivalentWeeklyHours
-
setFullTimeEquivalentWeeklyHours
-
staffingGroupAllocations
public CapacityPlanRequest staffingGroupAllocations(List<CreateStaffingGroupAllocation> staffingGroupAllocations) List of staffing group allocations to be used for the capacity plan -
getStaffingGroupAllocations
-
setStaffingGroupAllocations
public void setStaffingGroupAllocations(List<CreateStaffingGroupAllocation> staffingGroupAllocations) -
equals
-
hashCode
public int hashCode() -
toString
-