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