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