Uses of Enum Class
com.norconex.crawler.fs.fetch.impl.googledrive.GoogleDriveFetcherConfig.NativeDocumentFormatPolicy
Packages that use GoogleDriveFetcherConfig.NativeDocumentFormatPolicy
-
Uses of GoogleDriveFetcherConfig.NativeDocumentFormatPolicy in com.norconex.crawler.fs.fetch.impl.googledrive
Methods in com.norconex.crawler.fs.fetch.impl.googledrive that return GoogleDriveFetcherConfig.NativeDocumentFormatPolicyModifier and TypeMethodDescriptionGoogleDriveFetcherConfig.getNativeDocumentFormatPolicy()Default export policy for Google-native document families when no explicit override is configured.Returns the enum constant of this class with the specified name.GoogleDriveFetcherConfig.NativeDocumentFormatPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.fs.fetch.impl.googledrive with parameters of type GoogleDriveFetcherConfig.NativeDocumentFormatPolicyModifier and TypeMethodDescriptionGoogleDriveFetcherConfig.setNativeDocumentFormatPolicy(GoogleDriveFetcherConfig.NativeDocumentFormatPolicy nativeDocumentFormatPolicy) Default export policy for Google-native document families when no explicit override is configured.