Uses of Class
com.mypurecloud.sdk.v2.model.PatchOpportunityRequest
Packages that use PatchOpportunityRequest
Package
Description
-
Uses of PatchOpportunityRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchOpportunityRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitOpportunity(String businessUnitId, String opportunityId, PatchOpportunityRequest body) Update the opportunity Only opportunities with Draft status can be updated.WorkforceManagementApi.patchWorkforcemanagementBusinessunitOpportunityWithHttpInfo(String businessUnitId, String opportunityId, PatchOpportunityRequest body) Update the opportunity Only opportunities with Draft status can be updated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PatchOpportunityRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitOpportunity(ApiRequest<PatchOpportunityRequest> request) Update the opportunity Only opportunities with Draft status can be updated.WorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitOpportunityAsync(ApiRequest<PatchOpportunityRequest> request, AsyncApiCallback<ApiResponse<OpportunityResult>> callback) Update the opportunity Only opportunities with Draft status can be updated. -
Uses of PatchOpportunityRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchOpportunityRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitOpportunityRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PatchOpportunityRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitOpportunityRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type PatchOpportunityRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitOpportunityRequest.builder(String businessUnitId, String opportunityId, PatchOpportunityRequest body) voidPatchWorkforcemanagementBusinessunitOpportunityRequest.setBody(PatchOpportunityRequest body) PatchWorkforcemanagementBusinessunitOpportunityRequest.Builder.withBody(PatchOpportunityRequest body) PatchWorkforcemanagementBusinessunitOpportunityRequest.withBody(PatchOpportunityRequest body) PatchWorkforcemanagementBusinessunitOpportunityRequest.Builder.withRequiredParams(String businessUnitId, String opportunityId, PatchOpportunityRequest body) -
Uses of PatchOpportunityRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchOpportunityRequestModifier and TypeMethodDescriptionPatchOpportunityRequest.activityCodeId(String activityCodeId) The ID of the activity code associated with the opportunityPatchOpportunityRequest.agentIds(ListWrapperString agentIds) The IDs of the agents that are invited to the opportunityPatchOpportunityRequest.approvalType(PatchOpportunityRequest.ApprovalTypeEnum approvalType) The approval type for enrollmentsThe maximum capacity (enrollment slots) for this opportunityPatchOpportunityRequest.deadlineDate(Date deadlineDate) The deadline date and time for enrollment in the opportunity in ISO-8601 formatPatchOpportunityRequest.description(ValueWrapperString description) Additional details describing the purpose or context of this opportunityThe end date and time of the opportunity in ISO-8601 formatPatchOpportunityRequest.metadata(WfmVersionedEntityMetadata metadata) The metadata for the opportunityThe name of the opportunityPatchOpportunityRequest.openDate(ValueWrapperInstant openDate) The date and time when the opportunity opens for enrollment in ISO-8601 format.The start date and time of the opportunity in ISO-8601 format