Class AutoupdateDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated
-
- Direct Known Subclasses:
Autoupdate
public class AutoupdateDeprecated extends java.lang.Object
API 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 ApiResponse
downloadLatestRelease(java.lang.String apikey)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
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 theClientApi
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 theClientApi
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 theClientApi
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 theClientApi
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 theClientApi
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 theClientApi
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 theClientApi
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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
-