Package com.mypurecloud.sdk.v2.model
Class CapacityPlanStaffingGroupAllocationsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.CapacityPlanStaffingGroupAllocationsResponse
- All Implemented Interfaces:
Serializable
CapacityPlanStaffingGroupAllocationsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapacityPlan(CapacityPlanReference capacityPlan) The capacity plan to which the staffing groups belongdownloadTemplate(StaffingGroupAllocationsResponseTemplate downloadTemplate) Staffing groups allocation results always come through downloadUrl, the schema included here is just for documentationdownloadUrl(String downloadUrl) The URL to download the staffing group allocationsbooleanfullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) The weekly hours used to calculate full time equivalent agentsinthashCode()voidsetCapacityPlan(CapacityPlanReference capacityPlan) voidsetDownloadTemplate(StaffingGroupAllocationsResponseTemplate downloadTemplate) voidsetDownloadUrl(String downloadUrl) voidsetFullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) toString()
-
Constructor Details
-
CapacityPlanStaffingGroupAllocationsResponse
public CapacityPlanStaffingGroupAllocationsResponse() -
CapacityPlanStaffingGroupAllocationsResponse
-
-
Method Details
-
capacityPlan
public CapacityPlanStaffingGroupAllocationsResponse capacityPlan(CapacityPlanReference capacityPlan) The capacity plan to which the staffing groups belong -
getCapacityPlan
-
setCapacityPlan
-
fullTimeEquivalentWeeklyHours
public CapacityPlanStaffingGroupAllocationsResponse fullTimeEquivalentWeeklyHours(Double fullTimeEquivalentWeeklyHours) The weekly hours used to calculate full time equivalent agents -
getFullTimeEquivalentWeeklyHours
-
setFullTimeEquivalentWeeklyHours
-
downloadUrl
The URL to download the staffing group allocations -
getDownloadUrl
-
setDownloadUrl
-
downloadTemplate
public CapacityPlanStaffingGroupAllocationsResponse downloadTemplate(StaffingGroupAllocationsResponseTemplate downloadTemplate) Staffing groups allocation results always come through downloadUrl, the schema included here is just for documentation -
getDownloadTemplate
-
setDownloadTemplate
-
equals
-
hashCode
public int hashCode() -
toString
-