Class OpenApi30PathItemImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.openapi.v30.OpenApi30PathItemImpl
-
- All Implemented Interfaces:
Extensible,Node,OpenApiExtensible,OpenApiParametersParent,OpenApiPathItem,OpenApiReferenceable,OpenApiServersParent,OpenApi30Extensible,OpenApi30ParametersParent,OpenApi30PathItem,OpenApi30Referenceable,OpenApi30ServersParent,Referenceable,Visitable
public class OpenApi30PathItemImpl extends NodeImpl implements OpenApi30PathItem
-
-
Constructor Summary
Constructors Constructor Description OpenApi30PathItemImpl()
-
Method Summary
-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
_setMapPropertyName, _setParentPropertyName, _setParentPropertyType, addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
get$ref
public String get$ref()
- Specified by:
get$refin interfaceOpenApi30PathItem- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceOpenApi30PathItem- Specified by:
set$refin interfaceReferenceable
-
getSummary
public String getSummary()
- Specified by:
getSummaryin interfaceOpenApi30PathItem
-
setSummary
public void setSummary(String value)
- Specified by:
setSummaryin interfaceOpenApi30PathItem
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceOpenApi30PathItem
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceOpenApi30PathItem
-
getGet
public OpenApiOperation getGet()
- Specified by:
getGetin interfaceOpenApiPathItem
-
setGet
public void setGet(OpenApiOperation value)
- Specified by:
setGetin interfaceOpenApiPathItem
-
createOperation
public OpenApi30Operation createOperation()
- Specified by:
createOperationin interfaceOpenApi30PathItem- Specified by:
createOperationin interfaceOpenApiPathItem
-
getPut
public OpenApiOperation getPut()
- Specified by:
getPutin interfaceOpenApiPathItem
-
setPut
public void setPut(OpenApiOperation value)
- Specified by:
setPutin interfaceOpenApiPathItem
-
getPost
public OpenApiOperation getPost()
- Specified by:
getPostin interfaceOpenApiPathItem
-
setPost
public void setPost(OpenApiOperation value)
- Specified by:
setPostin interfaceOpenApiPathItem
-
getDelete
public OpenApiOperation getDelete()
- Specified by:
getDeletein interfaceOpenApiPathItem
-
setDelete
public void setDelete(OpenApiOperation value)
- Specified by:
setDeletein interfaceOpenApiPathItem
-
getOptions
public OpenApiOperation getOptions()
- Specified by:
getOptionsin interfaceOpenApiPathItem
-
setOptions
public void setOptions(OpenApiOperation value)
- Specified by:
setOptionsin interfaceOpenApiPathItem
-
getHead
public OpenApiOperation getHead()
- Specified by:
getHeadin interfaceOpenApiPathItem
-
setHead
public void setHead(OpenApiOperation value)
- Specified by:
setHeadin interfaceOpenApiPathItem
-
getPatch
public OpenApiOperation getPatch()
- Specified by:
getPatchin interfaceOpenApiPathItem
-
setPatch
public void setPatch(OpenApiOperation value)
- Specified by:
setPatchin interfaceOpenApiPathItem
-
getTrace
public OpenApi30Operation getTrace()
- Specified by:
getTracein interfaceOpenApi30PathItem
-
setTrace
public void setTrace(OpenApi30Operation value)
- Specified by:
setTracein interfaceOpenApi30PathItem
-
createServer
public OpenApi30Server createServer()
- Specified by:
createServerin interfaceOpenApi30PathItem- Specified by:
createServerin interfaceOpenApiServersParent
-
getServers
public List<OpenApiServer> getServers()
- Specified by:
getServersin interfaceOpenApi30PathItem- Specified by:
getServersin interfaceOpenApiServersParent
-
addServer
public void addServer(OpenApiServer value)
- Specified by:
addServerin interfaceOpenApi30PathItem- Specified by:
addServerin interfaceOpenApiServersParent
-
clearServers
public void clearServers()
- Specified by:
clearServersin interfaceOpenApi30PathItem- Specified by:
clearServersin interfaceOpenApiServersParent
-
removeServer
public void removeServer(OpenApiServer value)
- Specified by:
removeServerin interfaceOpenApi30PathItem- Specified by:
removeServerin interfaceOpenApiServersParent
-
insertServer
public void insertServer(OpenApiServer value, int atIndex)
- Specified by:
insertServerin interfaceOpenApi30PathItem- Specified by:
insertServerin interfaceOpenApiServersParent
-
createParameter
public OpenApi30Parameter createParameter()
- Specified by:
createParameterin interfaceOpenApi30PathItem- Specified by:
createParameterin interfaceOpenApiParametersParent
-
getParameters
public List<OpenApiParameter> getParameters()
- Specified by:
getParametersin interfaceOpenApi30PathItem- Specified by:
getParametersin interfaceOpenApiParametersParent
-
addParameter
public void addParameter(OpenApiParameter value)
- Specified by:
addParameterin interfaceOpenApi30PathItem- Specified by:
addParameterin interfaceOpenApiParametersParent
-
clearParameters
public void clearParameters()
- Specified by:
clearParametersin interfaceOpenApi30PathItem- Specified by:
clearParametersin interfaceOpenApiParametersParent
-
removeParameter
public void removeParameter(OpenApiParameter value)
- Specified by:
removeParameterin interfaceOpenApi30PathItem- Specified by:
removeParameterin interfaceOpenApiParametersParent
-
insertParameter
public void insertParameter(OpenApiParameter value, int atIndex)
- Specified by:
insertParameterin interfaceOpenApi30PathItem- Specified by:
insertParameterin interfaceOpenApiParametersParent
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible- Specified by:
getExtensionsin interfaceOpenApi30PathItem
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible- Specified by:
addExtensionin interfaceOpenApi30PathItem
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible- Specified by:
clearExtensionsin interfaceOpenApi30PathItem
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible- Specified by:
removeExtensionin interfaceOpenApi30PathItem
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible- Specified by:
insertExtensionin interfaceOpenApi30PathItem
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-