Uses of Class
com.microsoft.graph.models.ExcludeTarget
Packages that use ExcludeTarget
-
Uses of ExcludeTarget in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ExcludeTargetModifier and TypeMethodDescriptionstatic ExcludeTargetExcludeTarget.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 ExcludeTargetModifier and TypeMethodDescriptionAuthenticationMethodConfiguration.getExcludeTargets()Gets the excludeTargets property value.AuthenticationMethodsRegistrationCampaign.getExcludeTargets()Gets the excludeTargets property value.Method parameters in com.microsoft.graph.models with type arguments of type ExcludeTargetModifier and TypeMethodDescriptionvoidAuthenticationMethodConfiguration.setExcludeTargets(List<ExcludeTarget> value) Sets the excludeTargets property value.voidAuthenticationMethodsRegistrationCampaign.setExcludeTargets(List<ExcludeTarget> value) Sets the excludeTargets property value.