Uses of Class
com.mypurecloud.sdk.v2.model.AddOpportunityBody
Packages that use AddOpportunityBody
-
Uses of AddOpportunityBody in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AddOpportunityBodyModifier and TypeMethodDescriptionAddOpportunityBody.activityCodeId(String activityCodeId) The ID of the activity code associated with the opportunityAddOpportunityBody.approvalType(AddOpportunityBody.ApprovalTypeEnum approvalType) The approval type for enrollmentsThe maximum capacity (enrollment slots) for this opportunityAddOpportunityBody.deadlineDate(Date deadlineDate) The deadline date and time for enrollment in the opportunity in ISO-8601 formatAddOpportunityBody.description(String description) Additional details describing the purpose or context of this opportunityThe end date and time of the opportunity in ISO-8601 formatThe name of the opportunityThe date and time when the opportunity opens for enrollment in ISO-8601 format.The start date and time of the opportunity in ISO-8601 formatMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AddOpportunityBodyMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AddOpportunityBodyModifier and TypeMethodDescriptionBulkAddOpportunitiesRequest.opportunities(List<AddOpportunityBody> opportunities) The opportunities to addvoidBulkAddOpportunitiesRequest.setOpportunities(List<AddOpportunityBody> opportunities)