public class BatchRequest<T> extends Object implements Serializable
| Constructor and Description |
|---|
BatchRequest(List<BatchOperation<T>> requests) |
BatchRequest(String actionType,
Iterable<T> data) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchOperation<T>> |
getRequests() |
public BatchRequest(List<BatchOperation<T>> requests)
public List<BatchOperation<T>> getRequests()
Copyright © 2019. All rights reserved.