Package com.mypurecloud.sdk.v2.model
Class StaffingGroupMetricChangeResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.StaffingGroupMetricChangeResponse
- All Implemented Interfaces:
Serializable
StaffingGroupMetricChangeResponse
- 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) voidvoidsetWeekStartNumber(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 metricweekStartNumber(Integer weekStartNumber) The start number of the week (starting from 1) to which the metric change applies, related to numberOfWeeks
-
Constructor Details
-
StaffingGroupMetricChangeResponse
public StaffingGroupMetricChangeResponse() -
StaffingGroupMetricChangeResponse
-
-
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 StaffingGroupMetricChangeResponse metric(StaffingGroupMetricChangeResponse.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 StaffingGroupMetricChangeResponse transfersFullTimeEquivalent(TransfersFullTimeEquivalent transfersFullTimeEquivalent) Full time equivalent transfer from one staffing group to another -
getTransfersFullTimeEquivalent
-
setTransfersFullTimeEquivalent
-
staffingGroups
public StaffingGroupMetricChangeResponse 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
-
equals
-
hashCode
public int hashCode() -
toString
-