Uses of Class
ai.preferred.venom.fetcher.StorageFetcher.Builder
-
Packages that use StorageFetcher.Builder Package Description ai.preferred.venom.fetcher -
-
Uses of StorageFetcher.Builder in ai.preferred.venom.fetcher
Methods in ai.preferred.venom.fetcher that return StorageFetcher.Builder Modifier and Type Method Description static StorageFetcher.BuilderStorageFetcher. builder(FileManager fileManager)Create an instance of builder.StorageFetcher.BuilderStorageFetcher.Builder. setHeaders(@NotNull Map<String,String> headers)Sets the headers to be used when fetching items.StorageFetcher.BuilderStorageFetcher.Builder. setValidator(@NotNull Validator validator)Sets the Validator to be used.StorageFetcher.BuilderStorageFetcher.Builder. setValidator(@NotNull Validator... validators)Sets the multiple validators to be used.
-