Class Association
- java.lang.Object
-
- com.github.davidmoten.oas3.internal.model.Association
-
- All Implemented Interfaces:
Relationship
public final class Association extends Object implements Relationship
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssociation.Builderstatic classAssociation.Builder2static classAssociation.Builder3
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringfrom()static Association.Builderfrom(String from)Optional<String>propertyOrParameterName()Optional<String>responseCode()Optional<String>responseContentType()Stringto()StringtoString()AssociationTypetype()
-
-
-
Method Detail
-
from
public String from()
-
to
public String to()
-
type
public AssociationType type()
-
from
public static Association.Builder from(String from)
-
-