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