Package org.apache.sling.hapi
Interface HApiTypesCollection
-
- All Superinterfaces:
Collection<HApiType>,Iterable<HApiType>
@ProviderType public interface HApiTypesCollection extends Collection<HApiType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()The description of this type collectionStringgetFqdn()The fully qualified domain name of this type collectionStringgetName()The name of this type collectionStringgetPath()The Resource path of this type collectionStringgetUrl()The external URL of the type collection
-
-
-
Method Detail
-
getName
String getName()
The name of this type collection- Returns:
-
getDescription
String getDescription()
The description of this type collection- Returns:
-
getPath
String getPath()
The Resource path of this type collection- Returns:
-
getUrl
String getUrl()
The external URL of the type collection- Returns:
-
getFqdn
String getFqdn()
The fully qualified domain name of this type collection- Returns:
-
-