java.lang.Object
com.genologics.ri.Index
- All Implemented Interfaces:
Batch<Link>,Serializable,Iterable<Link>
Index is the entry point to a supported version of the API, providing a list
of links to the available resources in that version in the system.
- See Also:
-
Field Details
-
links
The list of links in this index.
-
-
Constructor Details
-
Index
public Index()Default constructor.
-
-
Method Details
-
getLinks
Gets the list of links in this index.- Returns:
- The list of links.
-
getList
Gets the list of links for the Batch interface. -
getSize
public int getSize()Gets the number of links in this index.
-