Package io.apicurio.datamodels.models
Interface Operation
-
- All Known Subinterfaces:
AsyncApi20Operation,AsyncApi21Operation,AsyncApi22Operation,AsyncApi23Operation,AsyncApi24Operation,AsyncApi25Operation,AsyncApi26Operation,AsyncApi30Operation,AsyncApiOperation,OpenApi20Operation,OpenApi30Operation,OpenApi31Operation,OpenApiOperation
- All Known Implementing Classes:
AsyncApi20OperationImpl,AsyncApi21OperationImpl,AsyncApi22OperationImpl,AsyncApi23OperationImpl,AsyncApi24OperationImpl,AsyncApi25OperationImpl,AsyncApi26OperationImpl,AsyncApi30OperationImpl,OpenApi20OperationImpl,OpenApi30OperationImpl,OpenApi31OperationImpl
public interface Operation extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalDocumentationcreateExternalDocumentation()StringgetDescription()ExternalDocumentationgetExternalDocs()StringgetSummary()voidsetDescription(String value)voidsetExternalDocs(ExternalDocumentation value)voidsetSummary(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
-
-
-
-
Method Detail
-
getDescription
String getDescription()
-
setDescription
void setDescription(String value)
-
getSummary
String getSummary()
-
setSummary
void setSummary(String value)
-
getExternalDocs
ExternalDocumentation getExternalDocs()
-
setExternalDocs
void setExternalDocs(ExternalDocumentation value)
-
createExternalDocumentation
ExternalDocumentation createExternalDocumentation()
-
-