Package org.zaproxy.clientapi.gen
Class Importurls
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Importurls
-
@Deprecated public class Importurls extends java.lang.Object
Deprecated.UseExim
instead.This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description Importurls(ClientApi api)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
importurls(java.lang.String filepath)
Deprecated.Imports URLs (one per line) from the file with the given file system path.
-
-
-
Constructor Detail
-
Importurls
public Importurls(ClientApi api)
Deprecated.
-
-
Method Detail
-
importurls
public ApiResponse importurls(java.lang.String filepath) throws ClientApiException
Deprecated.Imports URLs (one per line) from the file with the given file system path.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
-