### YamlMime:JavaType uid: "com.azure.search.models.IndexBatchBase" fullName: "com.azure.search.models.IndexBatchBase" name: "IndexBatchBase" nameWithType: "IndexBatchBase" summary: "Contains a batch of document write actions to send to the index." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **IndexBatchBase**" constructors: - uid: "com.azure.search.models.IndexBatchBase.IndexBatchBase()" fullName: "com.azure.search.models.IndexBatchBase.IndexBatchBase()" name: "IndexBatchBase()" nameWithType: "IndexBatchBase.IndexBatchBase()" syntax: "public IndexBatchBase()" methods: - uid: "com.azure.search.models.IndexBatchBase.getActions()" fullName: "com.azure.search.models.IndexBatchBase.getActions()" name: "getActions()" nameWithType: "IndexBatchBase.getActions()" summary: "Get the actions property: The actions in the batch." syntax: "public List> getActions()" desc: "Get the actions property: The actions in the batch." returns: description: "the actions value." type: "List<<>>" - uid: "com.azure.search.models.IndexBatchBase.setActions(java.util.List>)" fullName: "com.azure.search.models.IndexBatchBase.setActions(List> actions)" name: "setActions(List> actions)" nameWithType: "IndexBatchBase.setActions(List> actions)" summary: "Set the actions property: The actions in the batch." modifiers: - "protected" parameters: - description: "the actions value to set." name: "actions" type: "List<<>>" syntax: "protected IndexBatchBase setActions(List> actions)" desc: "Set the actions property: The actions in the batch." returns: description: "the IndexBatchBase object itself." type: "<>" type: "class" typeParameters: - name: "T" desc: "Contains a batch of document write actions to send to the index." metadata: {} package: "com.azure.search.models" artifact: com.azure:azure-search:11.0.0-beta.1