| Package | Description |
|---|---|
| org.raml.v2.api.model.v10.api | |
| org.raml.v2.api.model.v10.methods | |
| org.raml.v2.api.model.v10.resources |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Api.resources()
The resources of the API, identified as relative URIs that begin with a slash (/).
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
Method.resource()
Parent resource of the Method
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.parentResource() |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Resource.resources()
A nested resource is identified as any property whose name begins with a slash ("/") and is therefore treated as a relative URI.
|
Copyright © 2016. All rights reserved.