Uses of Enum
com.microsoft.graph.models.NativeAuthenticationApisEnabled
Packages that use NativeAuthenticationApisEnabled
-
Uses of NativeAuthenticationApisEnabled in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return NativeAuthenticationApisEnabledModifier and TypeMethodDescriptionReturns 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.Methods in com.microsoft.graph.models that return types with arguments of type NativeAuthenticationApisEnabledModifier and TypeMethodDescriptionApplication.getNativeAuthenticationApisEnabled()Gets the nativeAuthenticationApisEnabled property value.Method parameters in com.microsoft.graph.models with type arguments of type NativeAuthenticationApisEnabledModifier and TypeMethodDescriptionvoidApplication.setNativeAuthenticationApisEnabled(EnumSet<NativeAuthenticationApisEnabled> value) Sets the nativeAuthenticationApisEnabled property value.