Uses of Class
com.mypurecloud.sdk.v2.model.OpportunityResult
Packages that use OpportunityResult
-
Uses of OpportunityResult in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OpportunityResultModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitOpportunity(PatchWorkforcemanagementBusinessunitOpportunityRequest request) Update the opportunity Only opportunities with Draft status can be updated.WorkforceManagementApi.patchWorkforcemanagementBusinessunitOpportunity(String businessUnitId, String opportunityId, PatchOpportunityRequest body) Update the opportunity Only opportunities with Draft status can be updated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OpportunityResultModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitOpportunity(ApiRequest<PatchOpportunityRequest> request) Update the opportunity Only opportunities with Draft status can be updated.WorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitOpportunityAsync(PatchWorkforcemanagementBusinessunitOpportunityRequest request, AsyncApiCallback<OpportunityResult> callback) 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.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 OpportunityResultModifier and TypeMethodDescriptionWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitOpportunityAsync(PatchWorkforcemanagementBusinessunitOpportunityRequest request, AsyncApiCallback<OpportunityResult> callback) 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 OpportunityResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpportunityResultModifier and TypeMethodDescriptionOpportunityResult.activityCodeId(String activityCodeId) The ID of the activity code associated with the opportunityOpportunityResult.agentCount(Integer agentCount) The total number of agents invited to this opportunityOpportunityResult.approvalType(OpportunityResult.ApprovalTypeEnum approvalType) The approval type for enrollmentsThe maximum capacity (enrollment slots) for this opportunityOpportunityResult.closedDate(Date closedDate) The date and time when the opportunity was closed in ISO-8601 formatOpportunityResult.deadlineDate(Date deadlineDate) The deadline date and time for enrollment in the opportunity in ISO-8601 formatOpportunityResult.description(String description) Additional details describing the purpose or context of this opportunityThe end date and time of the opportunity in ISO-8601 formatOpportunityResult.enrollmentCounts(OpportunityEnrollmentCounts enrollmentCounts) The counts for enrollment statusesOpportunityResult.enrollmentProcessingCount(Integer enrollmentProcessingCount) The number of enrollments currently being processedThe globally unique identifier for the object.OpportunityResult.metadata(WfmVersionedEntityMetadata metadata) The metadata for the opportunityThe name of the opportunityThe date and time when the opportunity opens for enrollment in ISO-8601 format.OpportunityResult.publishedDate(Date publishedDate) The date and time when the opportunity was published in ISO-8601 formatThe start date and time of the opportunity in ISO-8601 formatOpportunityResult.status(OpportunityResult.StatusEnum status) The current status of the opportunityOpportunityResult.systemMessageCode(OpportunityResult.SystemMessageCodeEnum systemMessageCode) The system-generated message code about opportunity processing issues or validation failuresMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type OpportunityResultModifier and TypeMethodDescriptionBulkAddOpportunitiesResponse.getOpportunities()OpportunitiesResultWithPagination.getOpportunities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type OpportunityResultModifier and TypeMethodDescriptionBulkAddOpportunitiesResponse.opportunities(List<OpportunityResult> opportunities) The list of opportunitiesOpportunitiesResultWithPagination.opportunities(List<OpportunityResult> opportunities) The list of opportunitiesvoidBulkAddOpportunitiesResponse.setOpportunities(List<OpportunityResult> opportunities) voidOpportunitiesResultWithPagination.setOpportunities(List<OpportunityResult> opportunities)