Class ContextDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.ContextDeprecated
-
- Direct Known Subclasses:
Context
public class ContextDeprecated extends java.lang.ObjectAPI implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description ContextDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponseexcludeAllContextTechnologies(java.lang.String apikey, java.lang.String contextname)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.ApiResponseexcludeContextTechnologies(java.lang.String apikey, java.lang.String contextname, java.lang.String technologynames)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.ApiResponseexcludeFromContext(java.lang.String apikey, java.lang.String contextname, java.lang.String regex)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.ApiResponseexportContext(java.lang.String apikey, java.lang.String contextname, java.lang.String contextfile)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.ApiResponseimportContext(java.lang.String apikey, java.lang.String contextfile)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.ApiResponseincludeAllContextTechnologies(java.lang.String apikey, java.lang.String contextname)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.ApiResponseincludeContextTechnologies(java.lang.String apikey, java.lang.String contextname, java.lang.String technologynames)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.ApiResponseincludeInContext(java.lang.String apikey, java.lang.String contextname, java.lang.String regex)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.ApiResponsenewContext(java.lang.String apikey, java.lang.String contextname)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.ApiResponseremoveContext(java.lang.String apikey, java.lang.String contextname)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.ApiResponsesetContextInScope(java.lang.String apikey, java.lang.String contextname, java.lang.String booleaninscope)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
-
ContextDeprecated
public ContextDeprecated(ClientApi api)
-
-
Method Detail
-
excludeFromContext
@Deprecated public ApiResponse excludeFromContext(java.lang.String apikey, java.lang.String contextname, java.lang.String regex) 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
-
includeInContext
@Deprecated public ApiResponse includeInContext(java.lang.String apikey, java.lang.String contextname, java.lang.String regex) 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
-
newContext
@Deprecated public ApiResponse newContext(java.lang.String apikey, java.lang.String contextname) 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
-
removeContext
@Deprecated public ApiResponse removeContext(java.lang.String apikey, java.lang.String contextname) 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
-
exportContext
@Deprecated public ApiResponse exportContext(java.lang.String apikey, java.lang.String contextname, java.lang.String contextfile) 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
-
importContext
@Deprecated public ApiResponse importContext(java.lang.String apikey, java.lang.String contextfile) 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
-
includeContextTechnologies
@Deprecated public ApiResponse includeContextTechnologies(java.lang.String apikey, java.lang.String contextname, java.lang.String technologynames) 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
-
includeAllContextTechnologies
@Deprecated public ApiResponse includeAllContextTechnologies(java.lang.String apikey, java.lang.String contextname) 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
-
excludeContextTechnologies
@Deprecated public ApiResponse excludeContextTechnologies(java.lang.String apikey, java.lang.String contextname, java.lang.String technologynames) 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
-
excludeAllContextTechnologies
@Deprecated public ApiResponse excludeAllContextTechnologies(java.lang.String apikey, java.lang.String contextname) 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
-
setContextInScope
@Deprecated public ApiResponse setContextInScope(java.lang.String apikey, java.lang.String contextname, java.lang.String booleaninscope) 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
-
-