Uses of Enum Class
io.revealbi.core.data.RVSharePointAuthenticationMethod
Packages that use RVSharePointAuthenticationMethod
-
Uses of RVSharePointAuthenticationMethod in io.revealbi.core.data
Methods in io.revealbi.core.data that return RVSharePointAuthenticationMethodModifier and TypeMethodDescriptionRVSharePointDataSource.getAuthenticationMethod()The authentication method to use when connecting to Sharepoint.RVSharePointDataSource.setAuthenticationMethod(RVSharePointAuthenticationMethod value) The authentication method to use when connecting to Sharepoint.RVSharePointAuthenticationMethod.valueOf(int value) Returns theRVSharePointAuthenticationMethodfor the given integer value.Returns the enum constant of this class with the specified name.static RVSharePointAuthenticationMethod[]RVSharePointAuthenticationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.revealbi.core.data with parameters of type RVSharePointAuthenticationMethodModifier and TypeMethodDescriptionRVSharePointDataSource.setAuthenticationMethod(RVSharePointAuthenticationMethod value) The authentication method to use when connecting to Sharepoint.