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