Class AutoupdateDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated
-
- Direct Known Subclasses:
Autoupdate
public class AutoupdateDeprecated extends java.lang.ObjectAPI implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description AutoupdateDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponsedownloadLatestRelease(java.lang.String apikey)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetOptionCheckAddonUpdates(java.lang.String apikey, boolean bool)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetOptionCheckOnStart(java.lang.String apikey, boolean bool)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetOptionDownloadNewRelease(java.lang.String apikey, boolean bool)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetOptionInstallAddonUpdates(java.lang.String apikey, boolean bool)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetOptionInstallScannerRules(java.lang.String apikey, boolean bool)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetOptionReportAlphaAddons(java.lang.String apikey, boolean bool)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetOptionReportBetaAddons(java.lang.String apikey, boolean bool)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetOptionReportReleaseAddons(java.lang.String apikey, boolean bool)Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.
-
-
-
Constructor Detail
-
AutoupdateDeprecated
public AutoupdateDeprecated(ClientApi api)
-
-
Method Detail
-
downloadLatestRelease
@Deprecated public ApiResponse downloadLatestRelease(java.lang.String apikey) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionCheckAddonUpdates
@Deprecated public ApiResponse setOptionCheckAddonUpdates(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionCheckOnStart
@Deprecated public ApiResponse setOptionCheckOnStart(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionDownloadNewRelease
@Deprecated public ApiResponse setOptionDownloadNewRelease(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionInstallAddonUpdates
@Deprecated public ApiResponse setOptionInstallAddonUpdates(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionInstallScannerRules
@Deprecated public ApiResponse setOptionInstallScannerRules(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionReportAlphaAddons
@Deprecated public ApiResponse setOptionReportAlphaAddons(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionReportBetaAddons
@Deprecated public ApiResponse setOptionReportBetaAddons(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionReportReleaseAddons
@Deprecated public ApiResponse setOptionReportReleaseAddons(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
-