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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()intgetSize()voidsetNextPage(Page nextPage) voidsetPreviousPage(Page previousPage) 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
-
previousPage
-
nextPage
-
-
Constructor Details
-
GlobalTokens
public GlobalTokens()
-
-
Method Details
-
getGlobalTokens
-
getList
- Specified by:
getListin interfaceBatch<GlobalTokenLink>
-
getSize
public int getSize()- Specified by:
getSizein interfaceBatch<GlobalTokenLink>
-
getPreviousPage
- Specified by:
getPreviousPagein interfacePaginatedBatch<GlobalTokenLink>
-
setPreviousPage
- Specified by:
setPreviousPagein interfacePaginatedBatch<GlobalTokenLink>
-
getNextPage
- Specified by:
getNextPagein interfacePaginatedBatch<GlobalTokenLink>
-
setNextPage
- Specified by:
setNextPagein interfacePaginatedBatch<GlobalTokenLink>
-