Uses of Class
odata.msgraph.client.enums.NativeAuthenticationApisEnabled
-
Packages that use NativeAuthenticationApisEnabled Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of NativeAuthenticationApisEnabled in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as NativeAuthenticationApisEnabled Modifier and Type Field Description protected NativeAuthenticationApisEnabledApplication. nativeAuthenticationApisEnabledMethods in odata.msgraph.client.entity that return types with arguments of type NativeAuthenticationApisEnabled Modifier and Type Method Description Optional<NativeAuthenticationApisEnabled>Application. getNativeAuthenticationApisEnabled()Methods in odata.msgraph.client.entity with parameters of type NativeAuthenticationApisEnabled Modifier and Type Method Description Application.BuilderApplication.Builder. nativeAuthenticationApisEnabled(NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled)ApplicationApplication. withNativeAuthenticationApisEnabled(NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled) -
Uses of NativeAuthenticationApisEnabled in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return NativeAuthenticationApisEnabled Modifier and Type Method Description static NativeAuthenticationApisEnabledNativeAuthenticationApisEnabled. valueOf(String name)Returns the enum constant of this type with the specified name.static NativeAuthenticationApisEnabled[]NativeAuthenticationApisEnabled. values()Returns an array containing the constants of this enum type, in the order they are declared.
-