public class RamlPath extends Object
| Constructor and Description |
|---|
RamlPath() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getChildren() |
String |
getDescription() |
String |
getDisplayName() |
Map<String,RamlParameter> |
getUriParameters() |
RamlMethod |
method(String method) |
RamlPath |
path(String pattern) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setMethods(Map<String,RamlMethod> methods) |
void |
setResources(Map<String,RamlPath> resources) |
void |
setUriParameters(Map<String,RamlParameter> uriParameters) |
RamlParameter |
uriParameter(String name) |
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
public RamlMethod method(String method)
public void setMethods(Map<String,RamlMethod> methods)
public Map<String,RamlParameter> getUriParameters()
public void setUriParameters(Map<String,RamlParameter> uriParameters)
public RamlParameter uriParameter(String name)
Copyright © 2021. All rights reserved.