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