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 SummaryConstructors Constructor Description MsGraphFetcherConfig()
 - 
Method SummaryAll 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- 
isSpoolToTemppublic boolean isSpoolToTemp() 
 - 
setSpoolToTemppublic MsGraphFetcherConfig setSpoolToTemp(boolean spoolToTemp) 
 - 
getThrottleSecondspublic long[] getThrottleSeconds() 
 - 
setThrottleSecondspublic MsGraphFetcherConfig setThrottleSeconds(long[] throttleSeconds) 
 - 
getCredentialspublic AadCredentialConfigBase getCredentials() 
 - 
setCredentialspublic MsGraphFetcherConfig setCredentials(AadCredentialConfigBase credentials) 
 - 
setScopespublic MsGraphFetcherConfig setScopes(List<String> scopes) 
 
- 
 
-