| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
NullableExample.B |
NullableExample.b() |
static NullableExample.B |
NullableExample.B.fromValue(Object value) |
static NullableExample.B |
NullableExample.B.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullableExample.B[] |
NullableExample.B.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NullableExample.BuilderWithB |
NullableExample.BuilderWithA.b(NullableExample.B b) |
NullableExample |
NullableExample.withB(NullableExample.B b) |
| Constructor and Description |
|---|
NullableExample(Optional<Integer> req,
long a,
org.openapitools.jackson.nullable.JsonNullable<String> notReq,
NullableExample.B b) |
Copyright © 2023. All rights reserved.