@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class NullableSingle extends Object
| Constructor and Description |
|---|
NullableSingle(org.openapitools.jackson.nullable.JsonNullable<String> name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
org.openapitools.jackson.nullable.JsonNullable<String> |
name() |
static NullableSingle |
name(org.openapitools.jackson.nullable.JsonNullable<String> name) |
static NullableSingle |
name(String name) |
String |
toString() |
@ConstructorBinding public NullableSingle(org.openapitools.jackson.nullable.JsonNullable<String> name)
public static NullableSingle name(org.openapitools.jackson.nullable.JsonNullable<String> name)
public static NullableSingle name(String name)
public org.openapitools.jackson.nullable.JsonNullable<String> name()
Copyright © 2023. All rights reserved.