Package com.mypurecloud.sdk.v2.model
Class OpportunityEnrollmentCounts
java.lang.Object
com.mypurecloud.sdk.v2.model.OpportunityEnrollmentCounts
- All Implemented Interfaces:
Serializable
OpportunityEnrollmentCounts
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe number of approved enrollments for this opportunityThe number of denied enrollments for this opportunitybooleaninthashCode()The number of pending enrollments for this opportunityvoidsetApproved(Integer approved) voidvoidsetPending(Integer pending) voidsetWithdrawn(Integer withdrawn) toString()The number of withdrawn enrollments for this opportunity
-
Constructor Details
-
OpportunityEnrollmentCounts
public OpportunityEnrollmentCounts() -
OpportunityEnrollmentCounts
-
-
Method Details
-
pending
The number of pending enrollments for this opportunity -
getPending
-
setPending
-
approved
The number of approved enrollments for this opportunity -
getApproved
-
setApproved
-
denied
The number of denied enrollments for this opportunity -
getDenied
-
setDenied
-
withdrawn
The number of withdrawn enrollments for this opportunity -
getWithdrawn
-
setWithdrawn
-
equals
-
hashCode
public int hashCode() -
toString
-