Package com.mypurecloud.sdk.v2.model
Class LearningAssignmentAggregateQueryResponseData
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentAggregateQueryResponseData
- All Implemented Interfaces:
Serializable
LearningAssignmentAggregateQueryResponseData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Specifies the range of due dates to be used for filtering.The list of aggregated metricsvoidsetInterval(String interval) voidtoString()
-
Constructor Details
-
LearningAssignmentAggregateQueryResponseData
public LearningAssignmentAggregateQueryResponseData() -
LearningAssignmentAggregateQueryResponseData
-
-
Method Details
-
interval
Specifies the range of due dates to be used for filtering. A maximum of 1 year can be specified in the range. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
metrics
public LearningAssignmentAggregateQueryResponseData metrics(List<LearningAssignmentAggregateQueryResponseMetric> metrics) The list of aggregated metrics -
getMetrics
-
setMetrics
-
equals
-
hashCode
public int hashCode() -
toString
-