public class Path extends Object
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(Parameter parameter) |
Path |
delete(Operation delete) |
boolean |
equals(Object obj) |
Path |
get(Operation get) |
Operation |
getDelete() |
Operation |
getGet() |
Operation |
getHead() |
List<Operation> |
getOperations() |
Operation |
getOptions() |
List<Parameter> |
getParameters() |
Operation |
getPatch() |
Operation |
getPost() |
Operation |
getPut() |
Map<String,Object> |
getVendorExtensions() |
int |
hashCode() |
Path |
head(Operation head) |
boolean |
isEmpty() |
Path |
options(Operation options) |
Path |
patch(Operation patch) |
Path |
post(Operation post) |
Path |
put(Operation put) |
Path |
set(String method,
Operation op) |
void |
setDelete(Operation delete) |
void |
setGet(Operation get) |
void |
setHead(Operation head) |
void |
setOptions(Operation options) |
void |
setParameters(List<Parameter> parameters) |
void |
setPatch(Operation patch) |
void |
setPost(Operation post) |
void |
setPut(Operation put) |
void |
setVendorExtension(String name,
Object value) |
public Operation getGet()
public void setGet(Operation get)
public Operation getHead()
public void setHead(Operation head)
public Operation getPut()
public void setPut(Operation put)
public Operation getPost()
public void setPost(Operation post)
public Operation getDelete()
public void setDelete(Operation delete)
public Operation getPatch()
public void setPatch(Operation patch)
public Operation getOptions()
public void setOptions(Operation options)
public void addParameter(Parameter parameter)
public boolean isEmpty()
Copyright © 2015. All Rights Reserved.