Class Versions

java.lang.Object
com.genologics.ri.version.Versions
All Implemented Interfaces:
Batch<Version>, Serializable, Iterable<Version>

public class Versions extends Object implements Batch<Version>, Serializable
Index is the base entry point to the API, providing a list of supported versions in the system.
See Also:
  • Field Details

    • versions

      protected List<Version> versions
      The list of versions.
  • Constructor Details

    • Versions

      public Versions()
      Default constructor.
  • Method Details

    • getVersions

      public List<Version> getVersions()
      Gets the list of versions.
      Returns:
      The list of versions.
    • getList

      public List<Version> getList()
      Gets the list of versions.
      Specified by:
      getList in interface Batch<Version>
      Returns:
      The list of versions.
    • getSize

      public int getSize()
      Gets the size of the versions list.
      Specified by:
      getSize in interface Batch<Version>
      Returns:
      The number of versions in the list.