Package com.mypurecloud.sdk.v2.model
Class LearningAssignmentAggregateParam
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentAggregateParam
- All Implemented Interfaces:
Serializable
LearningAssignmentAggregateParam
- 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
-
LearningAssignmentAggregateParam
public LearningAssignmentAggregateParam() -
LearningAssignmentAggregateParam
-
-
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 LearningAssignmentAggregateParam metrics(List<LearningAssignmentAggregateParam.MetricsEnum> metrics) The list of metrics to be returned. If omitted, all metrics are returned. -
getMetrics
-
setMetrics
-
groupBy
public LearningAssignmentAggregateParam groupBy(List<LearningAssignmentAggregateParam.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 LearningAssignmentAggregateParam filter(LearningAssignmentAggregateQueryRequestFilter filter) The filter applied to the data. This is ANDed with the interval parameter. -
getFilter
-
setFilter
-
equals
-
hashCode
public int hashCode() -
toString
-