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