Package com.mypurecloud.sdk.v2.model
Class QueryEnrollmentOpportunityResult
java.lang.Object
com.mypurecloud.sdk.v2.model.QueryEnrollmentOpportunityResult
- All Implemented Interfaces:
Serializable
QueryEnrollmentOpportunityResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current status of the opportunity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID of the activity code associated with the opportunityThe maximum capacity (enrollment slots) for this opportunitydeadlineDate(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 formatenrollmentCounts(PendingAndApprovedOpportunityEnrollmentCounts enrollmentCounts) The counts for enrollment statusesbooleangetId()getName()inthashCode()The name of the opportunityvoidsetActivityCodeId(String activityCodeId) voidsetCapacity(Integer capacity) voidsetDeadlineDate(Date deadlineDate) voidsetEndDate(Date endDate) voidsetEnrollmentCounts(PendingAndApprovedOpportunityEnrollmentCounts enrollmentCounts) voidvoidsetStartDate(Date startDate) voidThe start date and time of the opportunity in ISO-8601 formatThe current status of the opportunitytoString()
-
Constructor Details
-
QueryEnrollmentOpportunityResult
public QueryEnrollmentOpportunityResult() -
QueryEnrollmentOpportunityResult
-
-
Method Details
-
getId
-
name
The name of the opportunity -
getName
-
setName
-
activityCodeId
The ID of the activity code associated with the opportunity -
getActivityCodeId
-
setActivityCodeId
-
startDate
The start date and time of the opportunity in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
The end date and time of the opportunity in ISO-8601 format -
getEndDate
-
setEndDate
-
deadlineDate
The deadline date and time for enrollment in the opportunity in ISO-8601 format -
getDeadlineDate
-
setDeadlineDate
-
status
The current status of the opportunity -
getStatus
-
setStatus
-
capacity
The maximum capacity (enrollment slots) for this opportunity -
getCapacity
-
setCapacity
-
enrollmentCounts
public QueryEnrollmentOpportunityResult enrollmentCounts(PendingAndApprovedOpportunityEnrollmentCounts enrollmentCounts) The counts for enrollment statuses -
getEnrollmentCounts
-
setEnrollmentCounts
-
equals
-
hashCode
public int hashCode() -
toString
-