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