Interface Collection

All Known Implementing Classes:
CollectionImpl

public interface Collection
A Collection

Collection element describes a 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

      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