Package com.mypurecloud.sdk.v2.model
Class AgentBulkAddOpportunityEnrollmentResult
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentBulkAddOpportunityEnrollmentResult
- All Implemented Interfaces:
Serializable
AgentBulkAddOpportunityEnrollmentResult
- 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(AgentBulkAddOpportunityEnrollment enrollment) The enrollment result that was addedbooleanerror(BulkOpportunitiesError error) The error result if the operation failedgetError()inthashCode()voidsetEnrollment(AgentBulkAddOpportunityEnrollment enrollment) voidsetError(BulkOpportunitiesError error) voidThe status indicating the result of the bulk operation for this itemtoString()
-
Constructor Details
-
AgentBulkAddOpportunityEnrollmentResult
public AgentBulkAddOpportunityEnrollmentResult() -
AgentBulkAddOpportunityEnrollmentResult
-
-
Method Details
-
status
public AgentBulkAddOpportunityEnrollmentResult status(AgentBulkAddOpportunityEnrollmentResult.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
public AgentBulkAddOpportunityEnrollmentResult enrollment(AgentBulkAddOpportunityEnrollment enrollment) The enrollment result that was added -
getEnrollment
-
setEnrollment
-
equals
-
hashCode
public int hashCode() -
toString
-