Package com.mypurecloud.sdk.v2.model
Class CapacityPlanResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.CapacityPlanResponse
- All Implemented Interfaces:
Serializable
CapacityPlanResponse
- 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 agentsgetId()getName()inthashCode()The globally unique identifier for the object.metadata(CapacityPlanMetadata metadata) The metadata of this capacity planvoidsetDescription(String description) voidsetEndBusinessUnitDate(LocalDate endBusinessUnitDate) voidsetForecast(BuShortTermForecastReference forecast) voidsetFullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) voidvoidsetMetadata(CapacityPlanMetadata metadata) voidvoidsetStartBusinessUnitDate(LocalDate startBusinessUnitDate) startBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.toString()
-
Constructor Details
-
CapacityPlanResponse
public CapacityPlanResponse() -
CapacityPlanResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
-
getName
-
setName
-
description
Description of the capacity plan -
getDescription
-
setDescription
-
forecast
The selected forecast for this capacity plan. Null when main forecast is used in the future -
getForecast
-
setForecast
-
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
-
fullTimeEquivalentWeeklyHours
The weekly hours used to calculate full time equivalent agents -
getFullTimeEquivalentWeeklyHours
-
setFullTimeEquivalentWeeklyHours
-
metadata
The metadata of this capacity plan -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-