Package com.mypurecloud.sdk.v2.model
Class DevelopmentActivityAggregateParam
java.lang.Object
com.mypurecloud.sdk.v2.model.DevelopmentActivityAggregateParam
- All Implemented Interfaces:
Serializable
DevelopmentActivityAggregateParam
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets groupBystatic enumGets or Sets metrics -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe filter applied to the data.Specifies if the aggregated data is combined into a single set of metrics (groupBy is empty or not specified), or contains an element per attendeeId (groupBy is \"attendeeId\")inthashCode()Specifies the range of due dates to be used for filtering.The list of metrics to be returned.voidvoidvoidsetInterval(String interval) voidtoString()
-
Constructor Details
-
DevelopmentActivityAggregateParam
public DevelopmentActivityAggregateParam() -
DevelopmentActivityAggregateParam
-
-
Method Details
-
interval
Specifies the range of due dates to be used for filtering. Milliseconds will be truncated. A maximum of 1 year can be specified in the range. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
metrics
public DevelopmentActivityAggregateParam metrics(List<DevelopmentActivityAggregateParam.MetricsEnum> metrics) The list of metrics to be returned. If omitted, all metrics are returned. -
getMetrics
-
setMetrics
-
groupBy
public DevelopmentActivityAggregateParam groupBy(List<DevelopmentActivityAggregateParam.GroupByEnum> groupBy) Specifies if the aggregated data is combined into a single set of metrics (groupBy is empty or not specified), or contains an element per attendeeId (groupBy is \"attendeeId\") -
getGroupBy
-
setGroupBy
-
filter
public DevelopmentActivityAggregateParam filter(DevelopmentActivityAggregateQueryRequestFilter filter) The filter applied to the data. This is ANDed with the interval parameter. -
getFilter
-
setFilter
-
equals
-
hashCode
public int hashCode() -
toString
-