Interface Collection
-
public interface CollectionA CollectionCollection element describes a Collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Accept>getAcceptElements()Get the media range that specifies a type of representation that can be POSTed to a CollectionList<Categories>getCategories()CommonAttributesgetCommonAttributes()Get common attributesList<ExtensionElement>getExtesionElements()Get the list of extension elementsStringgetHref()Get the "href" attribute, whose value gives IRI of the CollectionTitlegetTitle()Get the human-readable title for the Collection
-
-
-
Method Detail
-
getHref
String getHref()
Get the "href" attribute, whose value gives IRI of the Collection- Returns:
- href as String
-
getCommonAttributes
CommonAttributes getCommonAttributes()
Get common attributes- Returns:
CommonAttributes
-
getAcceptElements
List<Accept> getAcceptElements()
Get the media range that specifies a type of representation that can be POSTed to a Collection- Returns:
- a list of
Accept
-
getCategories
List<Categories> getCategories()
- Returns:
- a list of
Categories
-
getExtesionElements
List<ExtensionElement> getExtesionElements()
Get the list of extension elements- Returns:
- a list of
ExtensionElement
-
-