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