public interface Resource extends ResourceBase
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
The displayName attribute specifies the resource display name.
|
Resource |
parentResource() |
RelativeUriString |
relativeUri()
Relative URL of this resource from the parent resource
|
String |
resourcePath() |
List<Resource> |
resources()
A nested resource is identified as any property whose name begins with a slash ("/") and is therefore treated as a relative URI.
|
description, is, methods, securedBy, type, uriParametersannotationsRelativeUriString relativeUri()
String displayName()
List<Resource> resources()
String resourcePath()
Copyright © 2016. All rights reserved.