Uses of Class
com.microsoft.graph.models.AuthenticationMethodTarget
Packages that use AuthenticationMethodTarget
-
Uses of AuthenticationMethodTarget in com.microsoft.graph.models
Subclasses of AuthenticationMethodTarget in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassclassMethods in com.microsoft.graph.models that return AuthenticationMethodTargetModifier and TypeMethodDescriptionstatic AuthenticationMethodTargetAuthenticationMethodTarget.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 AuthenticationMethodTargetModifier and TypeMethodDescriptionEmailAuthenticationMethodConfiguration.getIncludeTargets()Gets the includeTargets property value.ExternalAuthenticationMethodConfiguration.getIncludeTargets()Gets the includeTargets property value.QrCodePinAuthenticationMethodConfiguration.getIncludeTargets()Gets the includeTargets property value.SoftwareOathAuthenticationMethodConfiguration.getIncludeTargets()Gets the includeTargets property value.TemporaryAccessPassAuthenticationMethodConfiguration.getIncludeTargets()Gets the includeTargets property value.VoiceAuthenticationMethodConfiguration.getIncludeTargets()Gets the includeTargets property value.X509CertificateAuthenticationMethodConfiguration.getIncludeTargets()Gets the includeTargets property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationMethodTargetModifier and TypeMethodDescriptionvoidEmailAuthenticationMethodConfiguration.setIncludeTargets(List<AuthenticationMethodTarget> value) Sets the includeTargets property value.voidExternalAuthenticationMethodConfiguration.setIncludeTargets(List<AuthenticationMethodTarget> value) Sets the includeTargets property value.voidQrCodePinAuthenticationMethodConfiguration.setIncludeTargets(List<AuthenticationMethodTarget> value) Sets the includeTargets property value.voidSoftwareOathAuthenticationMethodConfiguration.setIncludeTargets(List<AuthenticationMethodTarget> value) Sets the includeTargets property value.voidTemporaryAccessPassAuthenticationMethodConfiguration.setIncludeTargets(List<AuthenticationMethodTarget> value) Sets the includeTargets property value.voidVoiceAuthenticationMethodConfiguration.setIncludeTargets(List<AuthenticationMethodTarget> value) Sets the includeTargets property value.voidX509CertificateAuthenticationMethodConfiguration.setIncludeTargets(List<AuthenticationMethodTarget> value) Sets the includeTargets property value.