Package io.apicurio.datamodels.models
Interface Contact
-
- All Known Subinterfaces:
AsyncApi20Contact,AsyncApi21Contact,AsyncApi22Contact,AsyncApi23Contact,AsyncApi24Contact,AsyncApi25Contact,AsyncApi26Contact,AsyncApi30Contact,AsyncApiContact,OpenApi20Contact,OpenApi30Contact,OpenApi31Contact,OpenApiContact
- All Known Implementing Classes:
AsyncApi20ContactImpl,AsyncApi21ContactImpl,AsyncApi22ContactImpl,AsyncApi23ContactImpl,AsyncApi24ContactImpl,AsyncApi25ContactImpl,AsyncApi26ContactImpl,AsyncApi30ContactImpl,OpenApi20ContactImpl,OpenApi30ContactImpl,OpenApi31ContactImpl
public interface Contact extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEmail()StringgetName()StringgetUrl()voidsetEmail(String value)voidsetName(String value)voidsetUrl(String value)-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-