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