@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class Table extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Table.TableItem |
| Constructor and Description |
|---|
Table(List<Table.TableItem> value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
List<Table.TableItem> |
value() |
static Table |
value(List<Table.TableItem> value) |
@ConstructorBinding public Table(List<Table.TableItem> value)
public static Table value(List<Table.TableItem> value)
public List<Table.TableItem> value()
Copyright © 2023. All rights reserved.