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