Uses of Class
com.mypurecloud.sdk.v2.model.TaskManagementObservationQueryResponse
Packages that use TaskManagementObservationQueryResponse
-
Uses of TaskManagementObservationQueryResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TaskManagementObservationQueryResponseModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsTaskmanagementMetricsQuery(PostAnalyticsTaskmanagementMetricsQueryRequest request) Query for task management observationsAnalyticsApi.postAnalyticsTaskmanagementMetricsQuery(TaskManagementObservationQuery body, String after, Integer pageSize) Query for task management observationsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TaskManagementObservationQueryResponseModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsTaskmanagementMetricsQuery(ApiRequest<TaskManagementObservationQuery> request) Query for task management observationsAnalyticsApiAsync.postAnalyticsTaskmanagementMetricsQueryAsync(PostAnalyticsTaskmanagementMetricsQueryRequest request, AsyncApiCallback<TaskManagementObservationQueryResponse> callback) Query for task management observationsAnalyticsApiAsync.postAnalyticsTaskmanagementMetricsQueryAsync(ApiRequest<TaskManagementObservationQuery> request, AsyncApiCallback<ApiResponse<TaskManagementObservationQueryResponse>> callback) Query for task management observationsAnalyticsApi.postAnalyticsTaskmanagementMetricsQueryWithHttpInfo(TaskManagementObservationQuery body, String after, Integer pageSize) Query for task management observationsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TaskManagementObservationQueryResponseModifier and TypeMethodDescriptionAnalyticsApiAsync.postAnalyticsTaskmanagementMetricsQueryAsync(PostAnalyticsTaskmanagementMetricsQueryRequest request, AsyncApiCallback<TaskManagementObservationQueryResponse> callback) Query for task management observationsAnalyticsApiAsync.postAnalyticsTaskmanagementMetricsQueryAsync(ApiRequest<TaskManagementObservationQuery> request, AsyncApiCallback<ApiResponse<TaskManagementObservationQueryResponse>> callback) Query for task management observations -
Uses of TaskManagementObservationQueryResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TaskManagementObservationQueryResponseModifier and TypeMethodDescriptionCursor tokens to be used for navigating paginated resultsTaskManagementObservationQueryResponse.details(TaskManagementObservationDetailContainer details) Details about entities contained in results.A URI to the next page in the listing.TaskManagementObservationQueryResponse.results(List<TaskManagementObservationResult> results) Query results grouped by the specified dimensions supplied in the groupBy parameter.