Uses of Class
org.oxerr.stubhub.client.model.BulkProcessingResult
-
Uses of BulkProcessingResult in org.oxerr.stubhub.client.model
Methods in org.oxerr.stubhub.client.model that return types with arguments of type BulkProcessingResultModifier and TypeMethodDescriptionBulkProcessingResultSummaryResponse.getCompleted()BulkProcessingResultSummaryResponse.getFailed()BulkProcessingResultSummaryResponse.getQueued()Method parameters in org.oxerr.stubhub.client.model with type arguments of type BulkProcessingResultModifier and TypeMethodDescriptionvoidBulkProcessingResultSummaryResponse.setCompleted(List<BulkProcessingResult> completed) voidBulkProcessingResultSummaryResponse.setFailed(List<BulkProcessingResult> failed) voidBulkProcessingResultSummaryResponse.setQueued(List<BulkProcessingResult> queued)