Class InputItemListPage.Builder
-
- All Implemented Interfaces:
public final class InputItemListPage.Builder
A builder for InputItemListPage.
-
-
Method Summary
Modifier and Type Method Description final InputItemListPage.Builder
service(InputItemService service)
final InputItemListPage.Builder
params(InputItemListParams params)
The parameters that were used to request this page. final InputItemListPage.Builder
response(ResponseItemList response)
The response that this page was parsed from. final InputItemListPage
build()
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()
-
-
-
-