Class BookkeepingEntrySetListPage.Response.Builder
-
- All Implemented Interfaces:
public final class BookkeepingEntrySetListPage.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description BookkeepingEntrySetListPage.Response.Builder()
-
Method Summary
Modifier and Type Method Description final BookkeepingEntrySetListPage.Response.Builderdata(List<BookkeepingEntrySet> data)final BookkeepingEntrySetListPage.Response.Builderdata(JsonField<List<BookkeepingEntrySet>> data)final BookkeepingEntrySetListPage.Response.BuildernextCursor(String nextCursor)final BookkeepingEntrySetListPage.Response.BuildernextCursor(JsonField<String> nextCursor)final BookkeepingEntrySetListPage.Response.BuilderputAdditionalProperty(String key, JsonValue value)final BookkeepingEntrySetListPage.Responsebuild()Returns an immutable instance of Response. -
-
Method Detail
-
data
final BookkeepingEntrySetListPage.Response.Builder data(List<BookkeepingEntrySet> data)
-
data
final BookkeepingEntrySetListPage.Response.Builder data(JsonField<List<BookkeepingEntrySet>> data)
-
nextCursor
final BookkeepingEntrySetListPage.Response.Builder nextCursor(String nextCursor)
-
nextCursor
final BookkeepingEntrySetListPage.Response.Builder nextCursor(JsonField<String> nextCursor)
-
putAdditionalProperty
final BookkeepingEntrySetListPage.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final BookkeepingEntrySetListPage.Response build()
Returns an immutable instance of Response.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-