Uses of Class
odata.msgraph.client.beta.enums.AuthMethodsType
-
Packages that use AuthMethodsType Package Description odata.msgraph.client.beta.enums -
-
Uses of AuthMethodsType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AuthMethodsType Modifier and Type Method Description static AuthMethodsTypeAuthMethodsType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthMethodsType[]AuthMethodsType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-