Uses of Class
com.mypurecloud.sdk.v2.model.AgentQueryOpportunitiesResponse
Packages that use AgentQueryOpportunitiesResponse
-
Uses of AgentQueryOpportunitiesResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AgentQueryOpportunitiesResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesQuery(PostWorkforcemanagementAgentsOpportunitiesQueryRequest request) Query opportunities for the authenticated agent Queries within the specified date range.WorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesQuery(QueryOpportunitiesRequest body, String expand, Boolean forceDownloadService) Query opportunities for the authenticated agent Queries within the specified date range.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type AgentQueryOpportunitiesResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesQuery(ApiRequest<QueryOpportunitiesRequest> request) Query opportunities for the authenticated agent Queries within the specified date range.WorkforceManagementApiAsync.postWorkforcemanagementAgentsOpportunitiesQueryAsync(PostWorkforcemanagementAgentsOpportunitiesQueryRequest request, AsyncApiCallback<AgentQueryOpportunitiesResponse> callback) Query opportunities for the authenticated agent Queries within the specified date range.WorkforceManagementApiAsync.postWorkforcemanagementAgentsOpportunitiesQueryAsync(ApiRequest<QueryOpportunitiesRequest> request, AsyncApiCallback<ApiResponse<AgentQueryOpportunitiesResponse>> callback) Query opportunities for the authenticated agent Queries within the specified date range.WorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesQueryWithHttpInfo(QueryOpportunitiesRequest body, String expand, Boolean forceDownloadService) Query opportunities for the authenticated agent Queries within the specified date range.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentQueryOpportunitiesResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementAgentsOpportunitiesQueryAsync(PostWorkforcemanagementAgentsOpportunitiesQueryRequest request, AsyncApiCallback<AgentQueryOpportunitiesResponse> callback) Query opportunities for the authenticated agent Queries within the specified date range.WorkforceManagementApiAsync.postWorkforcemanagementAgentsOpportunitiesQueryAsync(ApiRequest<QueryOpportunitiesRequest> request, AsyncApiCallback<ApiResponse<AgentQueryOpportunitiesResponse>> callback) Query opportunities for the authenticated agent Queries within the specified date range. -
Uses of AgentQueryOpportunitiesResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentQueryOpportunitiesResponseModifier and TypeMethodDescriptionAgentQueryOpportunitiesResponse.downloadUrl(String downloadUrl) The URL used to retrieve large datasets.AgentQueryOpportunitiesResponse.result(AgentQueryOpportunities result) The query result.