Class WebAppMajorVersion


  • public final class WebAppMajorVersion
    extends Object
    Web App stack major version.
    • Constructor Detail

      • WebAppMajorVersion

        public WebAppMajorVersion()
    • Method Detail

      • displayText

        public String displayText()
        Get the displayText property: Web App stack major version (display only).
        Returns:
        the displayText value.
      • value

        public String value()
        Get the value property: Web App stack major version name.
        Returns:
        the value value.
      • minorVersions

        public List<WebAppMinorVersion> minorVersions()
        Get the minorVersions property: Minor versions associated with the major version.
        Returns:
        the minorVersions value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.