Class CollectionImpl
java.lang.Object
org.apache.olingo.odata2.core.servicedocument.CollectionImpl
- All Implemented Interfaces:
Collection
-
Constructor Summary
Constructors -
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 CollectionsetAcceptElements(List<Accept> acceptElements) setCategories(List<Categories> categories) setCommonAttributes(CommonAttributes attributes) setExtesionElements(List<ExtensionElement> elements)
-
Constructor Details
-
CollectionImpl
public CollectionImpl()
-
-
Method Details
-
getCommonAttributes
Description copied from interface:CollectionGet common attributes- Specified by:
getCommonAttributesin interfaceCollection- Returns:
CommonAttributes
-
getTitle
Description copied from interface:CollectionGet the human-readable title for the Collection- Specified by:
getTitlein interfaceCollection- Returns:
Title
-
getHref
Description copied from interface:CollectionGet the "href" attribute, whose value gives IRI of the Collection- Specified by:
getHrefin interfaceCollection- Returns:
- href as String
-
getAcceptElements
Description copied from interface:CollectionGet the media range that specifies a type of representation that can be POSTed to a Collection- Specified by:
getAcceptElementsin interfaceCollection- Returns:
- a list of
Accept
-
getCategories
- Specified by:
getCategoriesin interfaceCollection- Returns:
- a list of
Categories
-
getExtesionElements
Description copied from interface:CollectionGet the list of extension elements- Specified by:
getExtesionElementsin interfaceCollection- Returns:
- a list of
ExtensionElement
-
setTitle
-
setHref
-
setAcceptElements
-
setCategories
-
setCommonAttributes
-
setExtesionElements
-