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 MsGraphFetcherConfig
MsGraphFetcherConfig. setCredentials(AadCredentialConfigBase credentials)
MsGraphFetcherConfig
MsGraphFetcherConfig. setScopes(List<String> scopes)
MsGraphFetcherConfig
MsGraphFetcherConfig. setSpoolToTemp(boolean spoolToTemp)
MsGraphFetcherConfig
MsGraphFetcherConfig. setThrottleSeconds(long[] throttleSeconds)
-