Package com.mypurecloud.sdk.v2.model
Class BulkUpdateOpportunityEnrollmentsStatusResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkUpdateOpportunityEnrollmentsStatusResponse
- All Implemented Interfaces:
Serializable
BulkUpdateOpportunityEnrollmentsStatusResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorCount(Integer errorCount) The count of failed operations in the bulk requestinthashCode()results(List<BulkOpportunitiesEnrollmentResult> results) The result for each requested itemvoidsetErrorCount(Integer errorCount) voidsetResults(List<BulkOpportunitiesEnrollmentResult> results) toString()
-
Constructor Details
-
BulkUpdateOpportunityEnrollmentsStatusResponse
public BulkUpdateOpportunityEnrollmentsStatusResponse() -
BulkUpdateOpportunityEnrollmentsStatusResponse
-
-
Method Details
-
results
public BulkUpdateOpportunityEnrollmentsStatusResponse results(List<BulkOpportunitiesEnrollmentResult> 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
-