| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
static HasUnderscores.TheThing |
HasUnderscores.TheThing.fromValue(Object value) |
static HasUnderscores.TheThing |
HasUnderscores.TheThing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HasUnderscores.TheThing[] |
HasUnderscores.TheThing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<HasUnderscores.TheThing> |
HasUnderscores.the_thing() |
| Modifier and Type | Method and Description |
|---|---|
static HasUnderscores |
HasUnderscores.the_thing(HasUnderscores.TheThing the_thing) |
| Modifier and Type | Method and Description |
|---|---|
static HasUnderscores |
HasUnderscores.the_thing(Optional<HasUnderscores.TheThing> the_thing) |
| Constructor and Description |
|---|
HasUnderscores(Optional<HasUnderscores.TheThing> the_thing) |
Copyright © 2023. All rights reserved.