Interface Collection
- All Known Implementing Classes:
CollectionImpl
public interface Collection
A Collection
Collection element describes a Collection
-
Method Summary
Modifier and TypeMethodDescriptionGet the media range that specifies a type of representation that can be POSTed to a CollectionGet common attributesGet the list of extension elementsgetHref()Get the "href" attribute, whose value gives IRI of the CollectiongetTitle()Get the human-readable title for the Collection
-
Method Details
-
getTitle
Title getTitle()Get the human-readable title for the Collection- Returns:
Title
-
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
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
-