Package com.lithic.api.models
Class CardProgramListPageAsync.Response.Builder
-
- All Implemented Interfaces:
public final class CardProgramListPageAsync.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description CardProgramListPageAsync.Response.Builder()
-
Method Summary
Modifier and Type Method Description final CardProgramListPageAsync.Response.Builderdata(List<CardProgram> data)final CardProgramListPageAsync.Response.Builderdata(JsonField<List<CardProgram>> data)final CardProgramListPageAsync.Response.BuilderhasMore(Boolean hasMore)final CardProgramListPageAsync.Response.BuilderhasMore(JsonField<Boolean> hasMore)final CardProgramListPageAsync.Response.BuilderputAdditionalProperty(String key, JsonValue value)final CardProgramListPageAsync.Responsebuild()-
-
Method Detail
-
data
final CardProgramListPageAsync.Response.Builder data(List<CardProgram> data)
-
data
final CardProgramListPageAsync.Response.Builder data(JsonField<List<CardProgram>> data)
-
hasMore
final CardProgramListPageAsync.Response.Builder hasMore(Boolean hasMore)
-
hasMore
final CardProgramListPageAsync.Response.Builder hasMore(JsonField<Boolean> hasMore)
-
putAdditionalProperty
final CardProgramListPageAsync.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final CardProgramListPageAsync.Response build()
-
-
-
-