Class OpenApi20PathItemImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.openapi.v20.OpenApi20PathItemImpl
-
- All Implemented Interfaces:
Extensible,Node,OpenApiExtensible,OpenApiParametersParent,OpenApiPathItem,OpenApiReferenceable,OpenApi20Extensible,OpenApi20ParametersParent,OpenApi20PathItem,OpenApi20Referenceable,Referenceable,Visitable
public class OpenApi20PathItemImpl extends NodeImpl implements OpenApi20PathItem
-
-
Constructor Summary
Constructors Constructor Description OpenApi20PathItemImpl()
-
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 interfaceOpenApi20PathItem- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceOpenApi20PathItem- Specified by:
set$refin interfaceReferenceable
-
getGet
public OpenApiOperation getGet()
- Specified by:
getGetin interfaceOpenApiPathItem
-
setGet
public void setGet(OpenApiOperation value)
- Specified by:
setGetin interfaceOpenApiPathItem
-
createOperation
public OpenApi20Operation createOperation()
- 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
-
createParameter
public OpenApi20Parameter createParameter()
- Specified by:
createParameterin interfaceOpenApi20PathItem- Specified by:
createParameterin interfaceOpenApiParametersParent
-
getParameters
public List<OpenApiParameter> getParameters()
- Specified by:
getParametersin interfaceOpenApi20PathItem- Specified by:
getParametersin interfaceOpenApiParametersParent
-
addParameter
public void addParameter(OpenApiParameter value)
- Specified by:
addParameterin interfaceOpenApi20PathItem- Specified by:
addParameterin interfaceOpenApiParametersParent
-
clearParameters
public void clearParameters()
- Specified by:
clearParametersin interfaceOpenApi20PathItem- Specified by:
clearParametersin interfaceOpenApiParametersParent
-
removeParameter
public void removeParameter(OpenApiParameter value)
- Specified by:
removeParameterin interfaceOpenApi20PathItem- Specified by:
removeParameterin interfaceOpenApiParametersParent
-
insertParameter
public void insertParameter(OpenApiParameter value, int atIndex)
- Specified by:
insertParameterin interfaceOpenApi20PathItem- Specified by:
insertParameterin interfaceOpenApiParametersParent
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible- Specified by:
getExtensionsin interfaceOpenApi20PathItem
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible- Specified by:
addExtensionin interfaceOpenApi20PathItem
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible- Specified by:
clearExtensionsin interfaceOpenApi20PathItem
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible- Specified by:
removeExtensionin interfaceOpenApi20PathItem
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible- Specified by:
insertExtensionin interfaceOpenApi20PathItem
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-