Package com.lithic.api.models
Class CardProgramListPage.Builder
-
- All Implemented Interfaces:
public final class CardProgramListPage.BuilderA builder for CardProgramListPage.
-
-
Method Summary
Modifier and Type Method Description final CardProgramListPage.Builderservice(CardProgramService service)final CardProgramListPage.Builderparams(CardProgramListParams params)The parameters that were used to request this page. final CardProgramListPage.Builderresponse(CardProgramListPageResponse response)The response that this page was parsed from. final CardProgramListPagebuild()Returns an immutable instance of CardProgramListPage. -
-
Method Detail
-
service
final CardProgramListPage.Builder service(CardProgramService service)
-
params
final CardProgramListPage.Builder params(CardProgramListParams params)
The parameters that were used to request this page.
-
response
final CardProgramListPage.Builder response(CardProgramListPageResponse response)
The response that this page was parsed from.
-
build
final CardProgramListPage build()
Returns an immutable instance of CardProgramListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-