Class ListIndicesResponse
- java.lang.Object
-
- com.algolia.search.models.indexing.ListIndicesResponse
-
- All Implemented Interfaces:
Serializable
public class ListIndicesResponse extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListIndicesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IndicesResponse>getIndices()ListIndicesResponsesetItems(List<IndicesResponse> items)
-
-
-
Method Detail
-
getIndices
public List<IndicesResponse> getIndices()
-
setItems
public ListIndicesResponse setItems(List<IndicesResponse> items)
-
-