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