| Modifier and Type | Required Element and Description |
|---|---|
String |
description
Human readable description of the resource class.
|
String |
descriptionDetails
Human readable more detailed description of the resource class.
|
String |
icon64Url
Url of a 64x64 px icon depicting the resource class.
|
String |
landingPageUrl
URL for the landing page capable of displaying the resource.
|
String |
rootUrl
Root url of the resource.
|
String |
sizeDescription
Short description of the resource size.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
landingDefaultSubResource
Default sub-reosource passed for landing page.
|
long |
precedence
Precedence hint of the resource class.
|
public abstract String landingPageUrl
ref is passed to the landing page. The landing page link is composed as
{landingPageUrl}?ref={rootUrl}/{resourceName}[/{landingDefaultSubResource}]public abstract String rootUrl
public abstract String icon64Url
public abstract String description
public abstract String descriptionDetails
public abstract String sizeDescription
Described.getSize(). Note that arbitrary size units can be implemented.public abstract String landingDefaultSubResource