Package io.apicurio.datamodels.models
Interface License
-
- All Known Subinterfaces:
AsyncApi20License,AsyncApi21License,AsyncApi22License,AsyncApi23License,AsyncApi24License,AsyncApi25License,AsyncApi26License,AsyncApi30License,AsyncApiLicense,OpenApi20License,OpenApi30License,OpenApi31License,OpenApiLicense
- All Known Implementing Classes:
AsyncApi20LicenseImpl,AsyncApi21LicenseImpl,AsyncApi22LicenseImpl,AsyncApi23LicenseImpl,AsyncApi24LicenseImpl,AsyncApi25LicenseImpl,AsyncApi26LicenseImpl,AsyncApi30LicenseImpl,OpenApi20LicenseImpl,OpenApi30LicenseImpl,OpenApi31LicenseImpl
public interface License extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetUrl()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
-
-