Uses of Class
com.mypurecloud.sdk.v2.model.QueryEnrollmentOpportunityResult
Packages that use QueryEnrollmentOpportunityResult
-
Uses of QueryEnrollmentOpportunityResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryEnrollmentOpportunityResultModifier and TypeMethodDescriptionQueryEnrollmentOpportunityResult.activityCodeId(String activityCodeId) The ID of the activity code associated with the opportunityThe maximum capacity (enrollment slots) for this opportunityQueryEnrollmentOpportunityResult.deadlineDate(Date deadlineDate) The deadline date and time for enrollment in the opportunity in ISO-8601 formatThe end date and time of the opportunity in ISO-8601 formatQueryEnrollmentOpportunityResult.enrollmentCounts(PendingAndApprovedOpportunityEnrollmentCounts enrollmentCounts) The counts for enrollment statusesThe name of the opportunityThe start date and time of the opportunity in ISO-8601 formatQueryEnrollmentOpportunityResult.status(QueryEnrollmentOpportunityResult.StatusEnum status) The current status of the opportunityMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueryEnrollmentOpportunityResultMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueryEnrollmentOpportunityResultModifier and TypeMethodDescriptionQueryOpportunityEnrollmentsResult.opportunities(List<QueryEnrollmentOpportunityResult> opportunities) The referenced opportunities when expand=opportunities is specifiedvoidQueryOpportunityEnrollmentsResult.setOpportunities(List<QueryEnrollmentOpportunityResult> opportunities)