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) BulkOperationResponse(int successfullyPerformed, List<BulkOperationFailure> failures, List<String> errors) Creates an instance of aBulkOperationResponserecord class. -
Uses of BulkOperationFailure in org.graylog2.rest.resources.system.field_types
Methods in org.graylog2.rest.resources.system.field_types that return types with arguments of type BulkOperationFailureModifier and TypeMethodDescriptionFieldTypeMappingsResource.MappingRemovalResult.failures()Returns the value of thefailuresrecord component.Constructor parameters in org.graylog2.rest.resources.system.field_types with type arguments of type BulkOperationFailureModifierConstructorDescriptionMappingRemovalResult(int successfullyPerformed, List<BulkOperationFailure> failures, List<String> errors, List<IndexSetFieldType> succeeded) Creates an instance of aMappingRemovalResultrecord class.