@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class MixRequiredAndNotRequiredWithConstraint extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MixRequiredAndNotRequiredWithConstraint.Builder |
static class |
MixRequiredAndNotRequiredWithConstraint.BuilderWithA |
| Constructor and Description |
|---|
MixRequiredAndNotRequiredWithConstraint(String a,
Optional<Integer> b) |
| Modifier and Type | Method and Description |
|---|---|
String |
a() |
static MixRequiredAndNotRequiredWithConstraint.BuilderWithA |
a(String a) |
Optional<Integer> |
b() |
static MixRequiredAndNotRequiredWithConstraint.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
MixRequiredAndNotRequiredWithConstraint |
withA(String a) |
MixRequiredAndNotRequiredWithConstraint |
withB(int b) |
MixRequiredAndNotRequiredWithConstraint |
withB(Optional<Integer> b) |
public static MixRequiredAndNotRequiredWithConstraint.Builder builder()
public static MixRequiredAndNotRequiredWithConstraint.BuilderWithA a(String a)
public String a()
public MixRequiredAndNotRequiredWithConstraint withA(String a)
public MixRequiredAndNotRequiredWithConstraint withB(Optional<Integer> b)
public MixRequiredAndNotRequiredWithConstraint withB(int b)
Copyright © 2023. All rights reserved.