Package com.mypurecloud.sdk.v2.model
Class TaskManagementObservationQueryResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.TaskManagementObservationQueryResponse
- All Implemented Interfaces:
Serializable
TaskManagementObservationQueryResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCursor tokens to be used for navigating paginated resultsDetails about entities contained in results.booleaninthashCode()A URI to the next page in the listing.results(List<TaskManagementObservationResult> results) Query results grouped by the specified dimensions supplied in the groupBy parameter.voidsetCursors(Cursors cursors) voidvoidsetNextUri(String nextUri) voidsetResults(List<TaskManagementObservationResult> results) toString()
-
Constructor Details
-
TaskManagementObservationQueryResponse
public TaskManagementObservationQueryResponse() -
TaskManagementObservationQueryResponse
-
-
Method Details
-
results
public TaskManagementObservationQueryResponse results(List<TaskManagementObservationResult> results) Query results grouped by the specified dimensions supplied in the groupBy parameter. Each result contains metrics for a specific group combination. -
getResults
-
setResults
-
details
public TaskManagementObservationQueryResponse details(TaskManagementObservationDetailContainer details) Details about entities contained in results. Provides expanded information when requested through the expands parameter. -
getDetails
-
setDetails
-
cursors
Cursor tokens to be used for navigating paginated results -
getCursors
-
setCursors
-
nextUri
A URI to the next page in the listing. -
getNextUri
-
setNextUri
-
equals
-
hashCode
public int hashCode() -
toString
-