Uses of Enum Class
com.norconex.crawler.fs.fetch.impl.m365graph.M365GraphFetcherConfig.SourceDeltaExpansion
Packages that use M365GraphFetcherConfig.SourceDeltaExpansion
-
Uses of M365GraphFetcherConfig.SourceDeltaExpansion in com.norconex.crawler.fs.fetch.impl.m365graph
Methods in com.norconex.crawler.fs.fetch.impl.m365graph that return M365GraphFetcherConfig.SourceDeltaExpansionModifier and TypeMethodDescriptionM365GraphFetcherConfig.getSourceDeltaExpansion()How SOURCE_DELTA start references are expanded into Graph delta roots.Returns the enum constant of this class with the specified name.M365GraphFetcherConfig.SourceDeltaExpansion.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.m365graph with parameters of type M365GraphFetcherConfig.SourceDeltaExpansionModifier and TypeMethodDescriptionM365GraphFetcherConfig.setSourceDeltaExpansion(M365GraphFetcherConfig.SourceDeltaExpansion sourceDeltaExpansion) How SOURCE_DELTA start references are expanded into Graph delta roots.