Uses of Class
org.apache.tika.pipes.fetchers.microsoftgraph.config.MicrosoftGraphFetcherConfig
-
Packages that use MicrosoftGraphFetcherConfig Package Description org.apache.tika.pipes.fetchers.microsoftgraph org.apache.tika.pipes.fetchers.microsoftgraph.config -
-
Uses of MicrosoftGraphFetcherConfig in org.apache.tika.pipes.fetchers.microsoftgraph
Constructors in org.apache.tika.pipes.fetchers.microsoftgraph with parameters of type MicrosoftGraphFetcherConfig Constructor Description MicrosoftGraphFetcher(MicrosoftGraphFetcherConfig microsoftGraphFetcherConfig)
-
Uses of MicrosoftGraphFetcherConfig in org.apache.tika.pipes.fetchers.microsoftgraph.config
Methods in org.apache.tika.pipes.fetchers.microsoftgraph.config that return MicrosoftGraphFetcherConfig Modifier and Type Method Description MicrosoftGraphFetcherConfig
MicrosoftGraphFetcherConfig. setClientCertificateCredentialsConfig(ClientCertificateCredentialsConfig clientCertificateCredentialsConfig)
MicrosoftGraphFetcherConfig
MicrosoftGraphFetcherConfig. setClientSecretCredentialsConfig(ClientSecretCredentialsConfig clientSecretCredentialsConfig)
MicrosoftGraphFetcherConfig
MicrosoftGraphFetcherConfig. setScopes(List<String> scopes)
MicrosoftGraphFetcherConfig
MicrosoftGraphFetcherConfig. setSpoolToTemp(boolean spoolToTemp)
MicrosoftGraphFetcherConfig
MicrosoftGraphFetcherConfig. setThrottleSeconds(long[] throttleSeconds)
-