Class Inheritance
- java.lang.Object
-
- com.github.davidmoten.oas3.internal.model.Inheritance
-
- All Implemented Interfaces:
Relationship
public final class Inheritance extends Object implements Relationship
-
-
Constructor Summary
Constructors Constructor Description Inheritance(String from, List<String> to, AssociationType type, Optional<String> propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringfrom()Optional<String>propertyName()List<String>to()StringtoString()AssociationTypetype()
-