Package org.zaproxy.clientapi.gen
Class Importurls
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Importurls
-
@Deprecated(since="1.11.0", forRemoval=true) public class Importurls extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.UseEximinstead.This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description Importurls(ClientApi api)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponseimporturls(java.lang.String filepath)Deprecated, for removal: This API element is subject to removal in a future version.Imports URLs (one per line) from the file with the given file system path.
-
-
-
Constructor Detail
-
Importurls
public Importurls(ClientApi api)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
importurls
public ApiResponse importurls(java.lang.String filepath) throws ClientApiException
Deprecated, for removal: This API element is subject to removal in a future version.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
-
-