public static final class NullableExample.BuilderWithB extends Object
| Modifier and Type | Method and Description |
|---|---|
NullableExample |
build() |
NullableExample.BuilderWithB |
notReq(org.openapitools.jackson.nullable.JsonNullable<String> notReq) |
NullableExample.BuilderWithB |
notReq(String notReq) |
NullableExample.BuilderWithB |
req(int req) |
NullableExample.BuilderWithB |
req(Optional<Integer> req) |
public NullableExample.BuilderWithB req(int req)
public NullableExample.BuilderWithB req(Optional<Integer> req)
public NullableExample.BuilderWithB notReq(String notReq)
public NullableExample.BuilderWithB notReq(org.openapitools.jackson.nullable.JsonNullable<String> notReq)
public NullableExample build()
Copyright © 2023. All rights reserved.