Uses of Class
com.mypurecloud.sdk.v2.model.AgentBulkStatusUpdateOpportunityEnrollmentsRequest
Packages that use AgentBulkStatusUpdateOpportunityEnrollmentsRequest
Package
Description
-
Uses of AgentBulkStatusUpdateOpportunityEnrollmentsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AgentBulkStatusUpdateOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdate(AgentBulkStatusUpdateOpportunityEnrollmentsRequest body) Bulk update enrollment status for the authenticated agent Allows an agent to update the status of their enrollments (e.g. withdraw).WorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateWithHttpInfo(AgentBulkStatusUpdateOpportunityEnrollmentsRequest body) Bulk update enrollment status for the authenticated agent Allows an agent to update the status of their enrollments (e.g. withdraw).Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentBulkStatusUpdateOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdate(ApiRequest<AgentBulkStatusUpdateOpportunityEnrollmentsRequest> request) Bulk update enrollment status for the authenticated agent Allows an agent to update the status of their enrollments (e.g. withdraw).WorkforceManagementApiAsync.postWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateAsync(ApiRequest<AgentBulkStatusUpdateOpportunityEnrollmentsRequest> request, AsyncApiCallback<ApiResponse<AgentBulkStatusUpdateOpportunityEnrollmentsResponse>> callback) Bulk update enrollment status for the authenticated agent Allows an agent to update the status of their enrollments (e.g. withdraw). -
Uses of AgentBulkStatusUpdateOpportunityEnrollmentsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AgentBulkStatusUpdateOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AgentBulkStatusUpdateOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type AgentBulkStatusUpdateOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionPostWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateRequest.builder(AgentBulkStatusUpdateOpportunityEnrollmentsRequest body) voidPostWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateRequest.setBody(AgentBulkStatusUpdateOpportunityEnrollmentsRequest body) PostWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateRequest.Builder.withBody(AgentBulkStatusUpdateOpportunityEnrollmentsRequest body) PostWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateRequest.withBody(AgentBulkStatusUpdateOpportunityEnrollmentsRequest body) PostWorkforcemanagementAgentsOpportunitiesEnrollmentsBulkStatusesUpdateRequest.Builder.withRequiredParams(AgentBulkStatusUpdateOpportunityEnrollmentsRequest body) -
Uses of AgentBulkStatusUpdateOpportunityEnrollmentsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentBulkStatusUpdateOpportunityEnrollmentsRequestModifier and TypeMethodDescriptionAgentBulkStatusUpdateOpportunityEnrollmentsRequest.enrollmentIds(List<String> enrollmentIds) The IDs of the enrollments to updateAgentBulkStatusUpdateOpportunityEnrollmentsRequest.status(AgentBulkStatusUpdateOpportunityEnrollmentsRequest.StatusEnum status) The status to set for all enrollments specified in this request