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