Class OAPath
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAPath
An OpenAPI path object.
- Author:
- scf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParameter(OAParameter parameter) getGet()getHead()getPatch()getPost()getPut()getRef()setDelete(OAOperation delete) setGet(OAOperation get) setHead(OAOperation head) setOptions(OAOperation options) setPatch(OAOperation patch) setPost(OAOperation post) setPut(OAOperation put)
-
Constructor Details
-
OAPath
public OAPath()
-
-
Method Details
-
addParameter
-
getRef
- Returns:
- the ref
-
setRef
- Parameters:
ref- the ref to set- Returns:
- this
-
getParameters
- Returns:
- the parameters
-
getGet
- Returns:
- the get
-
setGet
- Parameters:
get- the get to set- Returns:
- this
-
getPut
- Returns:
- the put
-
setPut
- Parameters:
put- the put to set- Returns:
- this
-
getPost
- Returns:
- the post
-
setPost
- Parameters:
post- the post to set- Returns:
- this
-
getPatch
- Returns:
- the patch
-
setPatch
- Parameters:
patch- the patch to set- Returns:
- this
-
getDelete
- Returns:
- the delete
-
setDelete
- Parameters:
delete- the delete to set- Returns:
- this
-
getOptions
- Returns:
- the options
-
setOptions
- Parameters:
options- the options to set- Returns:
- this
-
getHead
- Returns:
- the head
-
setHead
- Parameters:
head- the head to set- Returns:
- this
-