public class Oas20PathItem extends OasPathItem
$ref, delete, get, head, options, parameters, patch, post, put
_extensions
_attributes, _extraProperties, _modelId, _ownerDocument, _parent, _validationProblems
Constructor and Description |
---|
Oas20PathItem(String path)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
OasOperation |
createOperation(String method)
Creates an OAS operation object.
|
OasParameter |
createParameter()
Creates a child parameter.
|
accept, addParameter, getParameter, getParameters, getParametersIn, getPath, rename, setOperation
addExtension, clearExtensions, createExtension, getExtension, getExtensions, isExtensible, removeExtension
addExtraProperty, addValidationProblem, clearAttributes, clearValidationProblems, getAttribute, getAttributeNames, getExtraProperty, getExtraPropertyNames, getValidationProblemCodes, getValidationProblems, getValidationProblemsFor, hasExtraProperties, modelId, ownerDocument, parent, removeExtraProperty, setAttribute
public Oas20PathItem(String path)
path
- public OasOperation createOperation(String method)
OasPathItem
createOperation
in class OasPathItem
OasPathItem.createOperation(java.lang.String)
public OasParameter createParameter()
OasPathItem
createParameter
in interface IOasParameterParent
createParameter
in class OasPathItem
OasPathItem.createParameter()
Copyright © 2021 Red Hat. All rights reserved.