Class AutoupdateDeprecated

  • Direct Known Subclasses:
    Autoupdate

    public class AutoupdateDeprecated
    extends java.lang.Object
    API implementation with deprecated methods, (re)moved from generated class.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ApiResponse downloadLatestRelease​(java.lang.String apikey)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionCheckAddonUpdates​(java.lang.String apikey, boolean bool)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionCheckOnStart​(java.lang.String apikey, boolean bool)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionDownloadNewRelease​(java.lang.String apikey, boolean bool)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionInstallAddonUpdates​(java.lang.String apikey, boolean bool)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionInstallScannerRules​(java.lang.String apikey, boolean bool)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionReportAlphaAddons​(java.lang.String apikey, boolean bool)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionReportBetaAddons​(java.lang.String apikey, boolean bool)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setOptionReportReleaseAddons​(java.lang.String apikey, boolean bool)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait