Uses of Class
odata.msgraph.client.entity.Fido2AuthenticationMethod
-
Packages that use Fido2AuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of Fido2AuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type Fido2AuthenticationMethod Modifier and Type Field Description protected List<Fido2AuthenticationMethod>Authentication. fido2MethodsMethods in odata.msgraph.client.entity that return Fido2AuthenticationMethod Modifier and Type Method Description Fido2AuthenticationMethodFido2AuthenticationMethod.Builder. build()Fido2AuthenticationMethodFido2AuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.Fido2AuthenticationMethodFido2AuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).Fido2AuthenticationMethodFido2AuthenticationMethod. withAaGuid(String aaGuid)Fido2AuthenticationMethodFido2AuthenticationMethod. withAttestationCertificates(List<String> attestationCertificates)Fido2AuthenticationMethodFido2AuthenticationMethod. withAttestationLevel(AttestationLevel attestationLevel)Fido2AuthenticationMethodFido2AuthenticationMethod. withCreatedDateTime(OffsetDateTime createdDateTime)Fido2AuthenticationMethodFido2AuthenticationMethod. withDisplayName(String displayName)Fido2AuthenticationMethodFido2AuthenticationMethod. withModel(String model)Fido2AuthenticationMethodFido2AuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type Fido2AuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. fido2Methods(Fido2AuthenticationMethod... fido2Methods)Org.OData.Capabilities.V1.InsertRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type Fido2AuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. fido2Methods(List<Fido2AuthenticationMethod> fido2Methods)Org.OData.Capabilities.V1.InsertRestrictionsAuthenticationAuthentication. withFido2Methods(List<Fido2AuthenticationMethod> fido2Methods)Returns an immutable copy ofthiswith just thefido2Methodsfield changed.
-