Uses of Class
odata.msgraph.client.enums.BaseAuthenticationMethod
-
Packages that use BaseAuthenticationMethod Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of BaseAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as BaseAuthenticationMethod Modifier and Type Field Description protected BaseAuthenticationMethodAuthenticationMethodModeDetail. authenticationMethodMethods in odata.msgraph.client.entity that return types with arguments of type BaseAuthenticationMethod Modifier and Type Method Description Optional<BaseAuthenticationMethod>AuthenticationMethodModeDetail. getAuthenticationMethod()Methods in odata.msgraph.client.entity with parameters of type BaseAuthenticationMethod Modifier and Type Method Description AuthenticationMethodModeDetail.BuilderAuthenticationMethodModeDetail.Builder. authenticationMethod(BaseAuthenticationMethod authenticationMethod)AuthenticationMethodModeDetailAuthenticationMethodModeDetail. withAuthenticationMethod(BaseAuthenticationMethod authenticationMethod) -
Uses of BaseAuthenticationMethod in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return BaseAuthenticationMethod Modifier and Type Method Description static BaseAuthenticationMethodBaseAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseAuthenticationMethod[]BaseAuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-