Interface ListGetAllResponse._FinalStage
-
- All Known Implementing Classes:
ListGetAllResponse.Builder
- Enclosing class:
- ListGetAllResponse
public static interface ListGetAllResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGetAllResponse._FinalStageaddAllItems(java.util.List<List> items)ListGetAllResponse._FinalStageaddItems(List items)ListGetAllResponsebuild()ListGetAllResponse._FinalStageitems(java.util.List<List> items)
-
-
-
Method Detail
-
build
ListGetAllResponse build()
-
items
ListGetAllResponse._FinalStage items(java.util.List<List> items)
-
addItems
ListGetAllResponse._FinalStage addItems(List items)
-
addAllItems
ListGetAllResponse._FinalStage addAllItems(java.util.List<List> items)
-
-