Class ListGetAllResponse.Builder
- java.lang.Object
-
- com.courier.api.resources.lists.types.ListGetAllResponse.Builder
-
- All Implemented Interfaces:
ListGetAllResponse._FinalStage,ListGetAllResponse.PagingStage
- Enclosing class:
- ListGetAllResponse
public static final class ListGetAllResponse.Builder extends java.lang.Object implements ListGetAllResponse.PagingStage, ListGetAllResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListGetAllResponse._FinalStageaddAllItems(java.util.List<List> items)ListGetAllResponse._FinalStageaddItems(List items)ListGetAllResponsebuild()ListGetAllResponse.Builderfrom(ListGetAllResponse other)ListGetAllResponse._FinalStageitems(java.util.List<List> items)ListGetAllResponse._FinalStagepaging(Paging paging)
-
-
-
Method Detail
-
from
public ListGetAllResponse.Builder from(ListGetAllResponse other)
- Specified by:
fromin interfaceListGetAllResponse.PagingStage
-
paging
public ListGetAllResponse._FinalStage paging(Paging paging)
- Specified by:
pagingin interfaceListGetAllResponse.PagingStage
-
addAllItems
public ListGetAllResponse._FinalStage addAllItems(java.util.List<List> items)
- Specified by:
addAllItemsin interfaceListGetAllResponse._FinalStage
-
addItems
public ListGetAllResponse._FinalStage addItems(List items)
- Specified by:
addItemsin interfaceListGetAllResponse._FinalStage
-
items
public ListGetAllResponse._FinalStage items(java.util.List<List> items)
- Specified by:
itemsin interfaceListGetAllResponse._FinalStage
-
build
public ListGetAllResponse build()
- Specified by:
buildin interfaceListGetAllResponse._FinalStage
-
-