Package com.mypurecloud.sdk.v2.model
Class CopyCapacityPlanRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CopyCapacityPlanRequest
- All Implemented Interfaces:
Serializable
CopyCapacityPlanRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the new capacity planendBusinessUnitDate(LocalDate endBusinessUnitDate) The end date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.booleanThe selected forecast for this capacity plan.getName()inthashCode()The name of the new capacity planvoidsetDescription(String description) voidsetEndBusinessUnitDate(LocalDate endBusinessUnitDate) voidvoidvoidsetStartBusinessUnitDate(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
-
CopyCapacityPlanRequest
public CopyCapacityPlanRequest() -
CopyCapacityPlanRequest
-
-
Method Details
-
name
The name of the new capacity plan -
getName
-
setName
-
description
Description of the new 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. Uses forecast from original capacity plan if not specified -
getForecast
-
setForecast
-
equals
-
hashCode
public int hashCode() -
toString
-