Uses of Class
com.mindee.input.URLInputSource.Builder
-
Packages that use URLInputSource.Builder Package Description com.mindee.input -
-
Uses of URLInputSource.Builder in com.mindee.input
Methods in com.mindee.input that return URLInputSource.Builder Modifier and Type Method Description static URLInputSource.BuilderURLInputSource. builder(String url)Creates a new builder for an URLInputSource.URLInputSource.BuilderURLInputSource.Builder. withCredentials(String username, String password)Builder method to set the username and password for remote authentication.URLInputSource.BuilderURLInputSource.Builder. withLocalFilename(String filename)Builder method to set the local filename for the downloaded file.URLInputSource.BuilderURLInputSource.Builder. withToken(String token)Builder method to set the token for remote access.
-