Class MsGraphFetcherConfig
- java.lang.Object
-
- org.apache.tika.pipes.fetcher.config.AbstractConfig
-
- org.apache.tika.pipes.fetchers.microsoftgraph.config.MsGraphFetcherConfig
-
public class MsGraphFetcherConfig extends AbstractConfig
-
-
Constructor Summary
Constructors Constructor Description MsGraphFetcherConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AadCredentialConfigBasegetCredentials()List<String>getScopes()long[]getThrottleSeconds()booleanisSpoolToTemp()MsGraphFetcherConfigsetCredentials(AadCredentialConfigBase credentials)MsGraphFetcherConfigsetScopes(List<String> scopes)MsGraphFetcherConfigsetSpoolToTemp(boolean spoolToTemp)MsGraphFetcherConfigsetThrottleSeconds(long[] throttleSeconds)
-
-
-
Method Detail
-
isSpoolToTemp
public boolean isSpoolToTemp()
-
setSpoolToTemp
public MsGraphFetcherConfig setSpoolToTemp(boolean spoolToTemp)
-
getThrottleSeconds
public long[] getThrottleSeconds()
-
setThrottleSeconds
public MsGraphFetcherConfig setThrottleSeconds(long[] throttleSeconds)
-
getCredentials
public AadCredentialConfigBase getCredentials()
-
setCredentials
public MsGraphFetcherConfig setCredentials(AadCredentialConfigBase credentials)
-
setScopes
public MsGraphFetcherConfig setScopes(List<String> scopes)
-
-