Package com.increase.api.models
Class InboundRealTimePaymentsTransferListPageAsync.Response
-
- All Implemented Interfaces:
public final class InboundRealTimePaymentsTransferListPageAsync.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundRealTimePaymentsTransferListPageAsync.Response.Builder
-
Constructor Summary
Constructors Constructor Description InboundRealTimePaymentsTransferListPageAsync.Response(JsonField<List<InboundRealTimePaymentsTransfer>> data, JsonField<String> nextCursor, Map<String, JsonValue> additionalProperties)
-
Method Summary
Modifier and Type Method Description final List<InboundRealTimePaymentsTransfer>data()final Optional<String>nextCursor()final Optional<JsonField<List<InboundRealTimePaymentsTransfer>>>_data()final Optional<JsonField<String>>_nextCursor()final Map<String, JsonValue>_additionalProperties()final InboundRealTimePaymentsTransferListPageAsync.Responsevalidate()final InboundRealTimePaymentsTransferListPageAsync.Response.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InboundRealTimePaymentsTransferListPageAsync.Response.Builderbuilder()-
-
Method Detail
-
data
final List<InboundRealTimePaymentsTransfer> data()
-
nextCursor
final Optional<String> nextCursor()
-
_data
final Optional<JsonField<List<InboundRealTimePaymentsTransfer>>> _data()
-
_nextCursor
final Optional<JsonField<String>> _nextCursor()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final InboundRealTimePaymentsTransferListPageAsync.Response validate()
-
toBuilder
final InboundRealTimePaymentsTransferListPageAsync.Response.Builder toBuilder()
-
builder
final static InboundRealTimePaymentsTransferListPageAsync.Response.Builder builder()
-
-
-
-