public class
DeleteQueueItems
extends Object
implements ApiOperation
implements ApiOperation
ApiOperation to delete zero or more Item from a given queue.
This object calls deleteQueueItems(String).
Public Method Summary
| boolean |
equals(Object other)
|
| List<GenericJson> | |
| int |
hashCode()
|
Inherited Method Summary
Public Methods
public boolean equals (Object other)
Parameters
| other |
|---|
public List<GenericJson> execute (IndexingService service)
Executes the specific API operation for the implemented class.
Parameters
| service | the IndexingService instance on which to perform the action |
|---|
Returns
- the indexing service responses to each operation execution
Throws
| IOException | |
|---|---|
| InterruptedException |