Package com.mypurecloud.sdk.v2.model
Class AgentBulkAddOpportunityEnrollmentsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentBulkAddOpportunityEnrollmentsResponse
- All Implemented Interfaces:
Serializable
AgentBulkAddOpportunityEnrollmentsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorCount(Integer errorCount) The count of failed operations in the bulk requestinthashCode()The result for each requested itemvoidsetErrorCount(Integer errorCount) voidtoString()
-
Constructor Details
-
AgentBulkAddOpportunityEnrollmentsResponse
public AgentBulkAddOpportunityEnrollmentsResponse() -
AgentBulkAddOpportunityEnrollmentsResponse
-
-
Method Details
-
results
public AgentBulkAddOpportunityEnrollmentsResponse results(List<AgentBulkAddOpportunityEnrollmentResult> results) The result for each requested item -
getResults
-
setResults
-
errorCount
The count of failed operations in the bulk request -
getErrorCount
-
setErrorCount
-
equals
-
hashCode
public int hashCode() -
toString
-