public class Service extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Service.ResourceBuilder |
| Modifier and Type | Method and Description |
|---|---|
List<CookieParam> |
getCookieParams() |
String |
getDescription() |
List<FormParam> |
getFormParams() |
List<HeaderParam> |
getHeaderParams() |
List<MatrixParam> |
getMatrixParams() |
Map<String,Method> |
getMethods() |
String |
getName() |
Param |
getParam(String paramType,
String paramName) |
String |
getPath() |
String |
getPathExample() |
List<PathParam> |
getPathParams() |
List<QueryParam> |
getQueryParams() |
void |
setDescription(String description) |
void |
setMethods(Map<String,Method> methods) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setPathExample(String pathExample) |
public String getName()
public String getPath()
public String getDescription()
public String getPathExample()
public List<HeaderParam> getHeaderParams()
public List<CookieParam> getCookieParams()
public List<MatrixParam> getMatrixParams()
public List<QueryParam> getQueryParams()
public void setPath(String path)
public void setPathExample(String pathExample)
public void setDescription(String description)
public void setName(String name)
Copyright © 2015. All rights reserved.