Package com.increase.api.models
Class AccountTransferListPageAsync.Response.Builder
-
- All Implemented Interfaces:
public final class AccountTransferListPageAsync.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description AccountTransferListPageAsync.Response.Builder()
-
Method Summary
Modifier and Type Method Description final AccountTransferListPageAsync.Response.Builderdata(List<AccountTransfer> data)final AccountTransferListPageAsync.Response.Builderdata(JsonField<List<AccountTransfer>> data)final AccountTransferListPageAsync.Response.BuildernextCursor(String nextCursor)final AccountTransferListPageAsync.Response.BuildernextCursor(JsonField<String> nextCursor)final AccountTransferListPageAsync.Response.BuilderputAdditionalProperty(String key, JsonValue value)final AccountTransferListPageAsync.Responsebuild()-
-
Method Detail
-
data
final AccountTransferListPageAsync.Response.Builder data(List<AccountTransfer> data)
-
data
final AccountTransferListPageAsync.Response.Builder data(JsonField<List<AccountTransfer>> data)
-
nextCursor
final AccountTransferListPageAsync.Response.Builder nextCursor(String nextCursor)
-
nextCursor
final AccountTransferListPageAsync.Response.Builder nextCursor(JsonField<String> nextCursor)
-
putAdditionalProperty
final AccountTransferListPageAsync.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final AccountTransferListPageAsync.Response build()
-
-
-
-