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 MicrosoftGraphFetcherConfigMicrosoftGraphFetcherConfig. setClientCertificateCredentialsConfig(ClientCertificateCredentialsConfig clientCertificateCredentialsConfig)MicrosoftGraphFetcherConfigMicrosoftGraphFetcherConfig. setClientSecretCredentialsConfig(ClientSecretCredentialsConfig clientSecretCredentialsConfig)MicrosoftGraphFetcherConfigMicrosoftGraphFetcherConfig. setScopes(List<String> scopes)MicrosoftGraphFetcherConfigMicrosoftGraphFetcherConfig. setSpoolToTemp(boolean spoolToTemp)MicrosoftGraphFetcherConfigMicrosoftGraphFetcherConfig. setThrottleSeconds(long[] throttleSeconds)
-