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.microsoftgraphConstructors 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.configMethods 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)
 
-