Class ApplicationVersionList

java.lang.Object
com.aquima.interactions.ds.studio.ApplicationVersionList

public class ApplicationVersionList extends Object
Class that contains an application name with one or more versions.
Since:
5.0
Author:
Jon van Leuven
  • Constructor Details

    • ApplicationVersionList

      public ApplicationVersionList(String name, Version[] versions)
      Construct an Application version list.
      Parameters:
      name - Name of the application (may not be null or empty)
      versions - Array of versions (must be array of at least one version)
  • Method Details

    • getName

      public String getName()
      This method returns the application name.
      Returns:
      The application name, which is never null or empty.
    • getVersions

      public Version[] getVersions()
      This method returns an array of versions.
      Returns:
      An array of versions, which is never null and has at least one version.
    • toString

      public String toString()
      Overrides:
      toString in class Object