Class ItemListPage.Builder
-
- All Implemented Interfaces:
public final class ItemListPage.BuilderA builder for ItemListPage.
-
-
Method Summary
Modifier and Type Method Description final ItemListPage.Builderservice(ItemService service)final ItemListPage.Builderparams(ItemListParams params)The parameters that were used to request this page. final ItemListPage.Builderresponse(ConversationItemList response)The response that this page was parsed from. final ItemListPagebuild()Returns an immutable instance of ItemListPage. -
-
Method Detail
-
service
final ItemListPage.Builder service(ItemService service)
-
params
final ItemListPage.Builder params(ItemListParams params)
The parameters that were used to request this page.
-
response
final ItemListPage.Builder response(ConversationItemList response)
The response that this page was parsed from.
-
build
final ItemListPage build()
Returns an immutable instance of ItemListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-