Package com.mypurecloud.sdk.v2.model
Class DevelopmentActivityAggregateQueryResponseData
java.lang.Object
com.mypurecloud.sdk.v2.model.DevelopmentActivityAggregateQueryResponseData
- All Implemented Interfaces:
Serializable
DevelopmentActivityAggregateQueryResponseData
- 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
-
DevelopmentActivityAggregateQueryResponseData
public DevelopmentActivityAggregateQueryResponseData() -
DevelopmentActivityAggregateQueryResponseData
-
-
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 DevelopmentActivityAggregateQueryResponseData metrics(List<DevelopmentActivityAggregateQueryResponseMetric> metrics) The list of aggregated metrics -
getMetrics
-
setMetrics
-
equals
-
hashCode
public int hashCode() -
toString
-