Package com.mypurecloud.sdk.v2.model
Class UpdateCapacityPlanRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateCapacityPlanRequest
- All Implemented Interfaces:
Serializable
UpdateCapacityPlanRequest
- 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.booleanThe selected forecast for this capacity planfullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) The weekly hours used to calculate full time equivalent agentsgetName()inthashCode()metadata(CapacityPlanMetadata metadata) The metadata of this capacity planThe name of the capacity planvoidsetDescription(String description) voidsetEndBusinessUnitDate(LocalDate endBusinessUnitDate) voidvoidsetFullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) voidsetMetadata(CapacityPlanMetadata metadata) voidvoidsetStartBusinessUnitDate(LocalDate startBusinessUnitDate) voidsetUseLatestPlanningGroupStaffingGroupAssociation(Boolean useLatestPlanningGroupStaffingGroupAssociation) startBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for the capacity plan relative to the business unit time zone in yyyy-MM-dd format.toString()useLatestPlanningGroupStaffingGroupAssociation(Boolean useLatestPlanningGroupStaffingGroupAssociation) Whether to use latest staffing group to planning group association
-
Constructor Details
-
UpdateCapacityPlanRequest
public UpdateCapacityPlanRequest() -
UpdateCapacityPlanRequest
-
-
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 -
getForecast
-
setForecast
-
fullTimeEquivalentWeeklyHours
public UpdateCapacityPlanRequest fullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) The weekly hours used to calculate full time equivalent agents -
getFullTimeEquivalentWeeklyHours
-
setFullTimeEquivalentWeeklyHours
-
useLatestPlanningGroupStaffingGroupAssociation
public UpdateCapacityPlanRequest useLatestPlanningGroupStaffingGroupAssociation(Boolean useLatestPlanningGroupStaffingGroupAssociation) Whether to use latest staffing group to planning group association -
getUseLatestPlanningGroupStaffingGroupAssociation
-
setUseLatestPlanningGroupStaffingGroupAssociation
public void setUseLatestPlanningGroupStaffingGroupAssociation(Boolean useLatestPlanningGroupStaffingGroupAssociation) -
metadata
The metadata of this capacity plan -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-