Package com.lithic.api.models
Class EventListPageAsync.Response.Builder
-
- All Implemented Interfaces:
public final class EventListPageAsync.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description EventListPageAsync.Response.Builder()
-
Method Summary
Modifier and Type Method Description final EventListPageAsync.Response.Builderdata(List<Event> data)final EventListPageAsync.Response.Builderdata(JsonField<List<Event>> data)final EventListPageAsync.Response.BuilderhasMore(Boolean hasMore)final EventListPageAsync.Response.BuilderhasMore(JsonField<Boolean> hasMore)final EventListPageAsync.Response.BuilderputAdditionalProperty(String key, JsonValue value)final EventListPageAsync.Responsebuild()Returns an immutable instance of Response. -
-
Method Detail
-
data
final EventListPageAsync.Response.Builder data(List<Event> data)
-
data
final EventListPageAsync.Response.Builder data(JsonField<List<Event>> data)
-
hasMore
final EventListPageAsync.Response.Builder hasMore(Boolean hasMore)
-
hasMore
final EventListPageAsync.Response.Builder hasMore(JsonField<Boolean> hasMore)
-
putAdditionalProperty
final EventListPageAsync.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final EventListPageAsync.Response build()
Returns an immutable instance of Response.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-