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