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