Package io.swagger.models
Class Path
- java.lang.Object
-
- io.swagger.models.Path
-
-
Constructor Summary
Constructors Constructor Description Path()
-
Method Summary
-
-
-
Method Detail
-
getGet
public Operation getGet()
-
setGet
public void setGet(Operation get)
-
getHead
public Operation getHead()
-
setHead
public void setHead(Operation head)
-
getPut
public Operation getPut()
-
setPut
public void setPut(Operation put)
-
getPost
public Operation getPost()
-
setPost
public void setPost(Operation post)
-
getDelete
public Operation getDelete()
-
setDelete
public void setDelete(Operation delete)
-
getPatch
public Operation getPatch()
-
setPatch
public void setPatch(Operation patch)
-
getOptions
public Operation getOptions()
-
setOptions
public void setOptions(Operation options)
-
getOperationMap
public Map<HttpMethod,Operation> getOperationMap()
-
addParameter
public void addParameter(Parameter parameter)
-
isEmpty
public boolean isEmpty()
-
-