| Package | Description |
|---|---|
| org.davidmoten.oa3.codegen.test.main.schema |
| Modifier and Type | Method and Description |
|---|---|
NullableExample |
NullableExample.BuilderWithB.build() |
NullableExample |
NullableExample.withA(long a) |
NullableExample |
NullableExample.withB(NullableExample.B b) |
NullableExample |
NullableExample.withNotReq(org.openapitools.jackson.nullable.JsonNullable<String> notReq) |
NullableExample |
NullableExample.withNotReq(String notReq) |
NullableExample |
NullableExample.withReq(Integer req) |
NullableExample |
NullableExample.withReq(Optional<Integer> req) |
Copyright © 2023. All rights reserved.