java.lang.Object
com.genologics.ri.globaltoken.GlobalTokens
- All Implemented Interfaces:
Batch<GlobalTokenLink>,PaginatedBatch<GlobalTokenLink>,Serializable,Iterable<GlobalTokenLink>
List of global token links. There is currently no end point in Clarity, hence there
is no
@XmlRootElement annotation here. It will need to be added if there is
an end point in a later release.- Since:
- 2.34
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<GlobalTokenLink>The list of global token links.protected PageThe next page of results.protected PageThe previous page of results. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of global token links.getList()Gets the list of items in this batch.Get the next page of results.Get the previous page of results.intgetSize()Gets the number of items in this batch.voidsetNextPage(Page nextPage) Set the next page of results.voidsetPreviousPage(Page previousPage) Set the previous page of results.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
globalTokens
The list of global token links. -
previousPage
The previous page of results. -
nextPage
The next page of results.
-
-
Constructor Details
-
GlobalTokens
public GlobalTokens()Default constructor.
-
-
Method Details
-
getGlobalTokens
Get the list of global token links.- Returns:
- The list of global token links.
-
getList
Gets the list of items in this batch.- Specified by:
getListin interfaceBatch<GlobalTokenLink>- Returns:
- The list of items.
-
getSize
public int getSize()Gets the number of items in this batch.- Specified by:
getSizein interfaceBatch<GlobalTokenLink>- Returns:
- The size of the batch.
-
getPreviousPage
Get the previous page of results.- Specified by:
getPreviousPagein interfacePaginatedBatch<GlobalTokenLink>- Returns:
- The previous page.
-
setPreviousPage
Set the previous page of results.- Specified by:
setPreviousPagein interfacePaginatedBatch<GlobalTokenLink>- Parameters:
previousPage- The previous page.
-
getNextPage
Get the next page of results.- Specified by:
getNextPagein interfacePaginatedBatch<GlobalTokenLink>- Returns:
- The next page.
-
setNextPage
Set the next page of results.- Specified by:
setNextPagein interfacePaginatedBatch<GlobalTokenLink>- Parameters:
nextPage- The next page.
-