Class ContextDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.ContextDeprecated
-
- Direct Known Subclasses:
Context
public class ContextDeprecated extends java.lang.Object
API 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 ApiResponse
excludeAllContextTechnologies(java.lang.String apikey, java.lang.String contextname)
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
excludeContextTechnologies(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 theClientApi
constructors that allow to set the API key (e.g.ApiResponse
excludeFromContext(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 theClientApi
constructors that allow to set the API key (e.g.ApiResponse
exportContext(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 theClientApi
constructors that allow to set the API key (e.g.ApiResponse
importContext(java.lang.String apikey, java.lang.String contextfile)
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
includeAllContextTechnologies(java.lang.String apikey, java.lang.String contextname)
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
includeContextTechnologies(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 theClientApi
constructors that allow to set the API key (e.g.ApiResponse
includeInContext(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 theClientApi
constructors that allow to set the API key (e.g.ApiResponse
newContext(java.lang.String apikey, java.lang.String contextname)
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
removeContext(java.lang.String apikey, java.lang.String contextname)
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
setContextInScope(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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors 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 theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
-