Uses of Class
com.microsoft.graph.models.WindowsHelloForBusinessAuthenticationMethod
Packages that use WindowsHelloForBusinessAuthenticationMethod
-
Uses of WindowsHelloForBusinessAuthenticationMethod in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsHelloForBusinessAuthenticationMethodModifier and TypeMethodDescriptionWindowsHelloForBusinessAuthenticationMethod.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type WindowsHelloForBusinessAuthenticationMethodModifier and TypeMethodDescriptionWindowsHelloForBusinessAuthenticationMethodCollectionResponse.getValue()Gets the value property value.Authentication.getWindowsHelloForBusinessMethods()Gets the windowsHelloForBusinessMethods property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsHelloForBusinessAuthenticationMethodModifier and TypeMethodDescriptionvoidWindowsHelloForBusinessAuthenticationMethodCollectionResponse.setValue(List<WindowsHelloForBusinessAuthenticationMethod> value) Sets the value property value.voidAuthentication.setWindowsHelloForBusinessMethods(List<WindowsHelloForBusinessAuthenticationMethod> value) Sets the windowsHelloForBusinessMethods property value.