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