Uses of Class
com.mypurecloud.sdk.v2.model.QueryOpportunityEnrollmentsResponse
Packages that use QueryOpportunityEnrollmentsResponse
-
Uses of QueryOpportunityEnrollmentsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return QueryOpportunityEnrollmentsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQuery(PostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest request) Query enrollments For more information about opportunities, use the expand parameter.WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQuery(String businessUnitId, QueryOpportunityEnrollmentsRequest body, String expand, Boolean forceDownloadService) Query enrollments For more information about opportunities, use the expand parameter.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type QueryOpportunityEnrollmentsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQuery(ApiRequest<QueryOpportunityEnrollmentsRequest> request) Query enrollments For more information about opportunities, use the expand parameter.WorkforceManagementApiAsync.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryAsync(PostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest request, AsyncApiCallback<QueryOpportunityEnrollmentsResponse> callback) Query enrollments For more information about opportunities, use the expand parameter.WorkforceManagementApiAsync.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryAsync(ApiRequest<QueryOpportunityEnrollmentsRequest> request, AsyncApiCallback<ApiResponse<QueryOpportunityEnrollmentsResponse>> callback) Query enrollments For more information about opportunities, use the expand parameter.WorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryWithHttpInfo(String businessUnitId, QueryOpportunityEnrollmentsRequest body, String expand, Boolean forceDownloadService) Query enrollments For more information about opportunities, use the expand parameter.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type QueryOpportunityEnrollmentsResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryAsync(PostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest request, AsyncApiCallback<QueryOpportunityEnrollmentsResponse> callback) Query enrollments For more information about opportunities, use the expand parameter.WorkforceManagementApiAsync.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryAsync(ApiRequest<QueryOpportunityEnrollmentsRequest> request, AsyncApiCallback<ApiResponse<QueryOpportunityEnrollmentsResponse>> callback) Query enrollments For more information about opportunities, use the expand parameter. -
Uses of QueryOpportunityEnrollmentsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryOpportunityEnrollmentsResponseModifier and TypeMethodDescriptionQueryOpportunityEnrollmentsResponse.downloadUrl(String downloadUrl) The URL used to retrieve large datasets.QueryOpportunityEnrollmentsResponse.result(QueryOpportunityEnrollmentsResult result) The query result.