Package com.mypurecloud.sdk.v2.model
Class QueryCapacityPlanStaffingGroupMetricChangeHistory
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryCapacityPlanStaffingGroupMetricChangeHistory
- All Implemented Interfaces:
Serializable
public class QueryCapacityPlanStaffingGroupMetricChangeHistory
extends Object
implements Serializable
QueryCapacityPlanStaffingGroupMetricChangeHistory
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryCapacityPlanStaffingGroupMetricChangeHistory(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()queryEndDate(Date queryEndDate) Fetch the history of metric changes on or before this date, in IS0-8601 format.voidsetQueryEndDate(Date queryEndDate) voidsetStaffingGroupIds(List<String> staffingGroupIds) staffingGroupIds(List<String> staffingGroupIds) The IDs of the staffing groups for which to fetch the metric change historytoString()
-
Constructor Details
-
QueryCapacityPlanStaffingGroupMetricChangeHistory
public QueryCapacityPlanStaffingGroupMetricChangeHistory() -
QueryCapacityPlanStaffingGroupMetricChangeHistory
-
-
Method Details
-
staffingGroupIds
public QueryCapacityPlanStaffingGroupMetricChangeHistory staffingGroupIds(List<String> staffingGroupIds) The IDs of the staffing groups for which to fetch the metric change history -
getStaffingGroupIds
-
setStaffingGroupIds
-
queryEndDate
Fetch the history of metric changes on or before this date, in IS0-8601 format. If not specified, sets to current date -
getQueryEndDate
-
setQueryEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-