public class V08GResource extends Object implements GResource
| Constructor and Description |
|---|
V08GResource(GAbstractionFactory factory,
GResource parent,
org.raml.v2.api.model.v08.resources.Resource resource,
Set<String> globalSchemas,
V08TypeRegistry registry) |
V08GResource(GAbstractionFactory factory,
org.raml.v2.api.model.v08.resources.Resource resource,
Set<String> globalSchemas,
V08TypeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.raml.v2.api.model.v08.resources.Resource |
implementation() |
List<GMethod> |
methods() |
GResource |
parentResource() |
String |
relativePath() |
String |
resourcePath() |
List<GResource> |
resources() |
List<GParameter> |
uriParameters() |
public V08GResource(GAbstractionFactory factory, org.raml.v2.api.model.v08.resources.Resource resource, Set<String> globalSchemas, V08TypeRegistry registry)
public V08GResource(GAbstractionFactory factory, GResource parent, org.raml.v2.api.model.v08.resources.Resource resource, Set<String> globalSchemas, V08TypeRegistry registry)
public org.raml.v2.api.model.v08.resources.Resource implementation()
implementation in interface GAbstractionpublic List<GParameter> uriParameters()
uriParameters in interface GResourcepublic String resourcePath()
resourcePath in interface GResourcepublic GResource parentResource()
parentResource in interface GResourcepublic String relativePath()
relativePath in interface GResourcepublic String getDescription()
getDescription in interface GResourceCopyright © 2019 Mulesoft. All rights reserved.