Uses of Class
com.mypurecloud.sdk.v2.model.QueryOpportunityEnrollmentsRequest
Packages that use QueryOpportunityEnrollmentsRequest
Package
Description
-
Uses of QueryOpportunityEnrollmentsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type QueryOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQuery(String businessUnitId, QueryOpportunityEnrollmentsRequest body, String expand, Boolean forceDownloadService) 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 QueryOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQuery(ApiRequest<QueryOpportunityEnrollmentsRequest> request) 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 QueryOpportunityEnrollmentsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return QueryOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type QueryOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type QueryOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest.builder(String businessUnitId, QueryOpportunityEnrollmentsRequest body) voidPostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest.setBody(QueryOpportunityEnrollmentsRequest body) PostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest.Builder.withBody(QueryOpportunityEnrollmentsRequest body) PostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest.withBody(QueryOpportunityEnrollmentsRequest body) PostWorkforcemanagementBusinessunitOpportunitiesEnrollmentsQueryRequest.Builder.withRequiredParams(String businessUnitId, QueryOpportunityEnrollmentsRequest body) -
Uses of QueryOpportunityEnrollmentsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionQueryOpportunityEnrollmentsRequest.opportunityId(String opportunityId) The ID of the specific opportunity by which to filter.QueryOpportunityEnrollmentsRequest.range(RequiredDateRange range) The date range for the query.