Uses of Enum Class
br.com.davinti.vitruvio.spi.integracao.autosync.SourceRepoConfig.FetchMethod
Packages that use SourceRepoConfig.FetchMethod
-
Uses of SourceRepoConfig.FetchMethod in br.com.davinti.vitruvio.spi.integracao.autosync
Methods in br.com.davinti.vitruvio.spi.integracao.autosync that return SourceRepoConfig.FetchMethodModifier and TypeMethodDescriptionSourceRepoConfig.Repository.getFetchMethod()static SourceRepoConfig.FetchMethodReturns the enum constant of this class with the specified name.static SourceRepoConfig.FetchMethod[]SourceRepoConfig.FetchMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.com.davinti.vitruvio.spi.integracao.autosync with parameters of type SourceRepoConfig.FetchMethodModifier and TypeMethodDescriptionvoidSourceRepoConfig.Repository.setFetchMethod(SourceRepoConfig.FetchMethod fetchMethod)