Package com.mypurecloud.sdk.v2.model
Class TaskManagementObservationQuery
java.lang.Object
com.mypurecloud.sdk.v2.model.TaskManagementObservationQuery
- All Implemented Interfaces:
Serializable
TaskManagementObservationQuery
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets expandsstatic enumGets or Sets groupBy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanList of properties to expand.Filter to return a subset of observations.Dimension(s) to group by.inthashCode()metrics(List<TaskManagementQueryMetric> metrics) List of metrics to be retrieved.voidvoidvoidvoidsetMetrics(List<TaskManagementQueryMetric> metrics) toString()
-
Constructor Details
-
TaskManagementObservationQuery
public TaskManagementObservationQuery() -
TaskManagementObservationQuery
-
-
Method Details
-
groupBy
public TaskManagementObservationQuery groupBy(List<TaskManagementObservationQuery.GroupByEnum> groupBy) Dimension(s) to group by. Determines how the results will be grouped in the response. -
getGroupBy
-
setGroupBy
-
metrics
List of metrics to be retrieved. Specifies which observational metrics should be included in the response. -
getMetrics
-
setMetrics
-
filter
Filter to return a subset of observations. -
getFilter
-
setFilter
-
expands
public TaskManagementObservationQuery expands(List<TaskManagementObservationQuery.ExpandsEnum> expands) List of properties to expand. Additional details about the objects returned in the results will be included in the response if supplied. -
getExpands
-
setExpands
-
equals
-
hashCode
public int hashCode() -
toString
-