Class GlobalTokens

java.lang.Object
com.genologics.ri.globaltoken.GlobalTokens
All Implemented Interfaces:
Batch<GlobalTokenLink>, PaginatedBatch<GlobalTokenLink>, Serializable, Iterable<GlobalTokenLink>

public class GlobalTokens extends Object implements PaginatedBatch<GlobalTokenLink>, Serializable
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 Details

    • globalTokens

      protected List<GlobalTokenLink> globalTokens
      The list of global token links.
    • previousPage

      protected Page previousPage
      The previous page of results.
    • nextPage

      protected Page nextPage
      The next page of results.
  • Constructor Details

    • GlobalTokens

      public GlobalTokens()
      Default constructor.
  • Method Details