Uses of Class
odata.msgraph.client.entity.MicrosoftAuthenticatorAuthenticationMethodTarget
-
Packages that use MicrosoftAuthenticatorAuthenticationMethodTarget Package Description odata.msgraph.client.entity -
-
Uses of MicrosoftAuthenticatorAuthenticationMethodTarget in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type MicrosoftAuthenticatorAuthenticationMethodTarget Modifier and Type Field Description protected List<MicrosoftAuthenticatorAuthenticationMethodTarget>MicrosoftAuthenticatorAuthenticationMethodConfiguration. includeTargetsMethods in odata.msgraph.client.entity that return MicrosoftAuthenticatorAuthenticationMethodTarget Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget.Builder. build()MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget. withAuthenticationMode(MicrosoftAuthenticatorAuthenticationMode authenticationMode)MicrosoftAuthenticatorAuthenticationMethodTargetMicrosoftAuthenticatorAuthenticationMethodTarget. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type MicrosoftAuthenticatorAuthenticationMethodTarget Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodConfiguration.BuilderMicrosoftAuthenticatorAuthenticationMethodConfiguration.Builder. includeTargets(MicrosoftAuthenticatorAuthenticationMethodTarget... includeTargets)Method parameters in odata.msgraph.client.entity with type arguments of type MicrosoftAuthenticatorAuthenticationMethodTarget Modifier and Type Method Description MicrosoftAuthenticatorAuthenticationMethodConfiguration.BuilderMicrosoftAuthenticatorAuthenticationMethodConfiguration.Builder. includeTargets(List<MicrosoftAuthenticatorAuthenticationMethodTarget> includeTargets)MicrosoftAuthenticatorAuthenticationMethodConfigurationMicrosoftAuthenticatorAuthenticationMethodConfiguration. withIncludeTargets(List<MicrosoftAuthenticatorAuthenticationMethodTarget> includeTargets)
-