Uses of Class
odata.msgraph.client.entity.WindowsHelloForBusinessAuthenticationMethod
-
Packages that use WindowsHelloForBusinessAuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of WindowsHelloForBusinessAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WindowsHelloForBusinessAuthenticationMethod Modifier and Type Field Description protected List<WindowsHelloForBusinessAuthenticationMethod>Authentication. windowsHelloForBusinessMethodsMethods in odata.msgraph.client.entity that return WindowsHelloForBusinessAuthenticationMethod Modifier and Type Method Description WindowsHelloForBusinessAuthenticationMethodWindowsHelloForBusinessAuthenticationMethod.Builder. build()WindowsHelloForBusinessAuthenticationMethodWindowsHelloForBusinessAuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WindowsHelloForBusinessAuthenticationMethodWindowsHelloForBusinessAuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WindowsHelloForBusinessAuthenticationMethodWindowsHelloForBusinessAuthenticationMethod. withCreatedDateTime(OffsetDateTime createdDateTime)WindowsHelloForBusinessAuthenticationMethodWindowsHelloForBusinessAuthenticationMethod. withDisplayName(String displayName)WindowsHelloForBusinessAuthenticationMethodWindowsHelloForBusinessAuthenticationMethod. withKeyStrength(AuthenticationMethodKeyStrength keyStrength)WindowsHelloForBusinessAuthenticationMethodWindowsHelloForBusinessAuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type WindowsHelloForBusinessAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. windowsHelloForBusinessMethods(WindowsHelloForBusinessAuthenticationMethod... windowsHelloForBusinessMethods)Org.OData.Capabilities.V1.InsertRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type WindowsHelloForBusinessAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. windowsHelloForBusinessMethods(List<WindowsHelloForBusinessAuthenticationMethod> windowsHelloForBusinessMethods)Org.OData.Capabilities.V1.InsertRestrictionsAuthenticationAuthentication. withWindowsHelloForBusinessMethods(List<WindowsHelloForBusinessAuthenticationMethod> windowsHelloForBusinessMethods)Returns an immutable copy ofthiswith just thewindowsHelloForBusinessMethodsfield changed.
-