Uses of Class
com.mypurecloud.sdk.v2.model.QueryOpportunitiesResponse
Packages that use QueryOpportunitiesResponse
-
Uses of QueryOpportunitiesResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return QueryOpportunitiesResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesQuery(PostWorkforcemanagementBusinessunitOpportunitiesQueryRequest request) Query opportunities within the specified date rangeWorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesQuery(String businessUnitId, QueryOpportunitiesRequest body, Boolean forceDownloadService) Query opportunities within the specified date rangeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type QueryOpportunitiesResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesQuery(ApiRequest<QueryOpportunitiesRequest> request) Query opportunities within the specified date rangeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitOpportunitiesQueryAsync(PostWorkforcemanagementBusinessunitOpportunitiesQueryRequest request, AsyncApiCallback<QueryOpportunitiesResponse> callback) Query opportunities within the specified date rangeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitOpportunitiesQueryAsync(ApiRequest<QueryOpportunitiesRequest> request, AsyncApiCallback<ApiResponse<QueryOpportunitiesResponse>> callback) Query opportunities within the specified date rangeWorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesQueryWithHttpInfo(String businessUnitId, QueryOpportunitiesRequest body, Boolean forceDownloadService) Query opportunities within the specified date rangeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type QueryOpportunitiesResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitOpportunitiesQueryAsync(PostWorkforcemanagementBusinessunitOpportunitiesQueryRequest request, AsyncApiCallback<QueryOpportunitiesResponse> callback) Query opportunities within the specified date rangeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitOpportunitiesQueryAsync(ApiRequest<QueryOpportunitiesRequest> request, AsyncApiCallback<ApiResponse<QueryOpportunitiesResponse>> callback) Query opportunities within the specified date range -
Uses of QueryOpportunitiesResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryOpportunitiesResponseModifier and TypeMethodDescriptionQueryOpportunitiesResponse.downloadUrl(String downloadUrl) The URL used to retrieve large datasets.QueryOpportunitiesResponse.result(OpportunitiesResultWithPagination result) The query result.