Uses of Record Class
org.graylog2.rest.bulk.model.BulkOperationFailure
Packages that use BulkOperationFailure
-
Uses of BulkOperationFailure in org.graylog2.rest.bulk.model
Methods in org.graylog2.rest.bulk.model that return types with arguments of type BulkOperationFailureModifier and TypeMethodDescriptionBulkOperationResponse.failures()Returns the value of thefailuresrecord component.Constructor parameters in org.graylog2.rest.bulk.model with type arguments of type BulkOperationFailureModifierConstructorDescriptionBulkOperationResponse(int successfullyPerformed, List<BulkOperationFailure> failures) Creates an instance of aBulkOperationResponserecord class.