Interface BatchOperationFilter

All Superinterfaces:
TypedSearchRequest.SearchRequestFilter
All Known Implementing Classes:
BatchOperationFilterImpl

public interface BatchOperationFilter extends TypedSearchRequest.SearchRequestFilter
  • Method Details

    • batchOperationId

      BatchOperationFilter batchOperationId(String batchOperationId)
      Filters batch operations by the specified batchOperationId.
      Parameters:
      batchOperationId - the ID of the batch operation
      Returns:
      the updated filter
    • operationType

      BatchOperationFilter operationType(BatchOperationType operationType)
      Filters batch operations by the specified type.
      Parameters:
      operationType - the operationType
      Returns:
      the updated filter
    • state

      Filters batch operations by the specified state.
      Parameters:
      state - the state
      Returns:
      the updated filter