Package org.apache.sling.hapi
Interface HApiTypesCollection
-
@ProviderType public interface HApiTypesCollection extends java.util.Collection<HApiType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()The description of this type collectionjava.lang.StringgetFqdn()The fully qualified domain name of this type collectionjava.lang.StringgetName()The name of this type collectionjava.lang.StringgetPath()The Resource path of this type collectionjava.lang.StringgetUrl()The external URL of the type collection
-
-
-
Method Detail
-
getName
java.lang.String getName()
The name of this type collection- Returns:
-
getDescription
java.lang.String getDescription()
The description of this type collection- Returns:
-
getPath
java.lang.String getPath()
The Resource path of this type collection- Returns:
-
getUrl
java.lang.String getUrl()
The external URL of the type collection- Returns:
-
getFqdn
java.lang.String getFqdn()
The fully qualified domain name of this type collection- Returns:
-
-