Uses of Class
odata.msgraph.client.entity.MicrosoftAuthenticatorAuthenticationMethod
-
Packages that use MicrosoftAuthenticatorAuthenticationMethod Package Description odata.msgraph.client.entity -
-
Uses of MicrosoftAuthenticatorAuthenticationMethod in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type MicrosoftAuthenticatorAuthenticationMethod Modifier and Type Field Description protected List<MicrosoftAuthenticatorAuthenticationMethod>Authentication. microsoftAuthenticatorMethodsMethods in odata.msgraph.client.entity that return MicrosoftAuthenticatorAuthenticationMethod Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodMicrosoftAuthenticatorAuthenticationMethod.Builder. build()MicrosoftAuthenticatorAuthenticationMethodMicrosoftAuthenticatorAuthenticationMethod. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MicrosoftAuthenticatorAuthenticationMethodMicrosoftAuthenticatorAuthenticationMethod. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MicrosoftAuthenticatorAuthenticationMethodMicrosoftAuthenticatorAuthenticationMethod. withCreatedDateTime(OffsetDateTime createdDateTime)MicrosoftAuthenticatorAuthenticationMethodMicrosoftAuthenticatorAuthenticationMethod. withDeviceTag(String deviceTag)MicrosoftAuthenticatorAuthenticationMethodMicrosoftAuthenticatorAuthenticationMethod. withDisplayName(String displayName)MicrosoftAuthenticatorAuthenticationMethodMicrosoftAuthenticatorAuthenticationMethod. withPhoneAppVersion(String phoneAppVersion)MicrosoftAuthenticatorAuthenticationMethodMicrosoftAuthenticatorAuthenticationMethod. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type MicrosoftAuthenticatorAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. microsoftAuthenticatorMethods(MicrosoftAuthenticatorAuthenticationMethod... microsoftAuthenticatorMethods)Org.OData.Capabilities.V1.InsertRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type MicrosoftAuthenticatorAuthenticationMethod Modifier and Type Method Description Authentication.BuilderAuthentication.Builder. microsoftAuthenticatorMethods(List<MicrosoftAuthenticatorAuthenticationMethod> microsoftAuthenticatorMethods)Org.OData.Capabilities.V1.InsertRestrictionsAuthenticationAuthentication. withMicrosoftAuthenticatorMethods(List<MicrosoftAuthenticatorAuthenticationMethod> microsoftAuthenticatorMethods)Returns an immutable copy ofthiswith just themicrosoftAuthenticatorMethodsfield changed.
-