Uses of Class
com.microsoft.graph.models.ScopeBase
Packages that use ScopeBase
-
Uses of ScopeBase in com.microsoft.graph.models
Subclasses of ScopeBase in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return ScopeBaseModifier and TypeMethodDescriptionstatic ScopeBaseScopeBase.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 ScopeBaseModifier and TypeMethodDescriptionPolicyBinding.getExclusions()Gets the exclusions property value.PolicyBinding.getInclusions()Gets the inclusions property value.Method parameters in com.microsoft.graph.models with type arguments of type ScopeBaseModifier and TypeMethodDescriptionvoidPolicyBinding.setExclusions(List<ScopeBase> value) Sets the exclusions property value.voidPolicyBinding.setInclusions(List<ScopeBase> value) Sets the inclusions property value.