Package com.mypurecloud.sdk.v2.model
Class CapacityPlanStaffingGroupMetricChangeResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.CapacityPlanStaffingGroupMetricChangeResponse
- All Implemented Interfaces:
Serializable
CapacityPlanStaffingGroupMetricChangeResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe metric which is going to be modified for the selected staffing groups -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedBy(UserReference createdBy) The user who created the metric changecreatedDate(Date createdDate) The date the entity was created, in ISO-8601 formatbooleangetNotes()getValue()inthashCode()The metric which is going to be modified for the selected staffing groupsNotes about the staffing groups metric changesnumberOfWeeks(Integer numberOfWeeks) The number of weeks to which the metric change appliesvoidsetCreatedBy(UserReference createdBy) voidsetCreatedDate(Date createdDate) voidvoidvoidsetNumberOfWeeks(Integer numberOfWeeks) voidsetStaffingGroups(List<StaffingGroupReference> staffingGroups) voidsetTransfersFullTimeEquivalent(TransfersFullTimeEquivalent transfersFullTimeEquivalent) voidvoidsetVersion(Integer version) voidsetWeekStartNumber(Integer weekStartNumber) staffingGroups(List<StaffingGroupReference> staffingGroups) The staffing groups affected by the metric changetoString()transfersFullTimeEquivalent(TransfersFullTimeEquivalent transfersFullTimeEquivalent) Full time equivalent transfer from one staffing group to anotherThe value of the metricThe version of the capacity planweekStartNumber(Integer weekStartNumber) The start number of the week (starting from 1) to which the metric change applies, related to numberOfWeeks
-
Constructor Details
-
CapacityPlanStaffingGroupMetricChangeResponse
public CapacityPlanStaffingGroupMetricChangeResponse() -
CapacityPlanStaffingGroupMetricChangeResponse
-
-
Method Details
-
numberOfWeeks
The number of weeks to which the metric change applies -
getNumberOfWeeks
-
setNumberOfWeeks
-
weekStartNumber
The start number of the week (starting from 1) to which the metric change applies, related to numberOfWeeks -
getWeekStartNumber
-
setWeekStartNumber
-
value
The value of the metric -
getValue
-
setValue
-
metric
public CapacityPlanStaffingGroupMetricChangeResponse metric(CapacityPlanStaffingGroupMetricChangeResponse.MetricEnum metric) The metric which is going to be modified for the selected staffing groups -
getMetric
-
setMetric
-
notes
Notes about the staffing groups metric changes -
getNotes
-
setNotes
-
transfersFullTimeEquivalent
public CapacityPlanStaffingGroupMetricChangeResponse transfersFullTimeEquivalent(TransfersFullTimeEquivalent transfersFullTimeEquivalent) Full time equivalent transfer from one staffing group to another -
getTransfersFullTimeEquivalent
-
setTransfersFullTimeEquivalent
-
staffingGroups
public CapacityPlanStaffingGroupMetricChangeResponse staffingGroups(List<StaffingGroupReference> staffingGroups) The staffing groups affected by the metric change -
getStaffingGroups
-
setStaffingGroups
-
createdBy
The user who created the metric change -
getCreatedBy
-
setCreatedBy
-
createdDate
The date the entity was created, in ISO-8601 format -
getCreatedDate
-
setCreatedDate
-
version
The version of the capacity plan -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-