Class CategoriesImpl
java.lang.Object
org.apache.olingo.odata2.core.servicedocument.CategoriesImpl
- All Implemented Interfaces:
Categories
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of categoriesgetFixed()Get the attribute fixed that indicates whether the list of categories is a fixed or an open setgetHref()Get the IRI reference identifying a Category DocumentGet the schemesetCategoryList(List<Category> categoryList)
-
Constructor Details
-
CategoriesImpl
public CategoriesImpl()
-
-
Method Details
-
getHref
Description copied from interface:CategoriesGet the IRI reference identifying a Category Document- Specified by:
getHrefin interfaceCategories- Returns:
- href as String
-
getFixed
Description copied from interface:CategoriesGet the attribute fixed that indicates whether the list of categories is a fixed or an open set- Specified by:
getFixedin interfaceCategories- Returns:
Fixed
-
getScheme
Description copied from interface:CategoriesGet the scheme- Specified by:
getSchemein interfaceCategories- Returns:
- scheme as String
-
getCategoryList
Description copied from interface:CategoriesGet the list of categories- Specified by:
getCategoryListin interfaceCategories- Returns:
- list of
Category
-
setHref
-
setFixed
-
setScheme
-
setCategoryList
-