Uses of Class
org.apache.tika.pipes.fetchers.microsoftgraph.config.MsGraphFetcherConfig
-
Packages that use MsGraphFetcherConfig Package Description org.apache.tika.pipes.fetchers.microsoftgraph org.apache.tika.pipes.fetchers.microsoftgraph.config -
-
Uses of MsGraphFetcherConfig in org.apache.tika.pipes.fetchers.microsoftgraph
Constructors in org.apache.tika.pipes.fetchers.microsoftgraph with parameters of type MsGraphFetcherConfig Constructor Description MicrosoftGraphFetcher(MsGraphFetcherConfig msGraphFetcherConfig) -
Uses of MsGraphFetcherConfig in org.apache.tika.pipes.fetchers.microsoftgraph.config
Methods in org.apache.tika.pipes.fetchers.microsoftgraph.config that return MsGraphFetcherConfig Modifier and Type Method Description MsGraphFetcherConfigMsGraphFetcherConfig. setCredentials(AadCredentialConfigBase credentials)MsGraphFetcherConfigMsGraphFetcherConfig. setScopes(List<String> scopes)MsGraphFetcherConfigMsGraphFetcherConfig. setSpoolToTemp(boolean spoolToTemp)MsGraphFetcherConfigMsGraphFetcherConfig. setThrottleSeconds(long[] throttleSeconds)
-