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