Class BatchResponse
- java.lang.Object
-
- com.algolia.search.models.indexing.IndexingResponse
-
- com.algolia.search.models.indexing.BatchResponse
-
- All Implemented Interfaces:
WaitableResponse,Serializable
public class BatchResponse extends IndexingResponse implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getObjectIDs()BatchResponsesetObjectIDs(List<String> objectIDs)-
Methods inherited from class com.algolia.search.models.indexing.IndexingResponse
getTaskID, setTaskID, setWaitConsumer, waitTask
-
-
-
-
Method Detail
-
setObjectIDs
public BatchResponse setObjectIDs(List<String> objectIDs)
-
-