Class ServerVersionCapability


  • public final class ServerVersionCapability
    extends Object
    Server version capabilities.
    • Constructor Detail

      • ServerVersionCapability

        public ServerVersionCapability()
    • Method Detail

      • name

        public String name()
        Get the name property: server version.
        Returns:
        the name value.
      • supportedSkus

        public List<SkuCapability> supportedSkus()
        Get the supportedSkus property: A list of supported Skus.
        Returns:
        the supportedSkus value.
      • validate

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