Package com.mypurecloud.sdk.v2.model
Class BulkOpportunitiesEnrollmentResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkOpportunitiesEnrollmentResult
- All Implemented Interfaces:
Serializable
BulkOpportunitiesEnrollmentResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status indicating the result of the bulk operation for this item -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenrollment(OpportunityEnrollment enrollment) The enrollment resultbooleanerror(BulkOpportunitiesError error) The error result if the operation failedgetError()inthashCode()voidsetEnrollment(OpportunityEnrollment enrollment) voidsetError(BulkOpportunitiesError error) voidThe status indicating the result of the bulk operation for this itemtoString()
-
Constructor Details
-
BulkOpportunitiesEnrollmentResult
public BulkOpportunitiesEnrollmentResult() -
BulkOpportunitiesEnrollmentResult
-
-
Method Details
-
status
public BulkOpportunitiesEnrollmentResult status(BulkOpportunitiesEnrollmentResult.StatusEnum status) The status indicating the result of the bulk operation for this item -
getStatus
-
setStatus
-
error
The error result if the operation failed -
getError
-
setError
-
enrollment
The enrollment result -
getEnrollment
-
setEnrollment
-
equals
-
hashCode
public int hashCode() -
toString
-