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