public class IndexBatchBase<T> extends Object
| Constructor and Description |
|---|
IndexBatchBase() |
| Modifier and Type | Method and Description |
|---|---|
List<IndexAction<T>> |
getActions()
Get the actions property: The actions in the batch.
|
protected IndexBatchBase<T> |
setActions(List<IndexAction<T>> actions)
Set the actions property: The actions in the batch.
|
public List<IndexAction<T>> getActions()
protected IndexBatchBase<T> setActions(List<IndexAction<T>> actions)
actions - the actions value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.