Uses of Class
com.microsoft.graph.models.UnifiedRbacResourceNamespace
Packages that use UnifiedRbacResourceNamespace
-
Uses of UnifiedRbacResourceNamespace in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UnifiedRbacResourceNamespaceModifier and TypeMethodDescriptionstatic UnifiedRbacResourceNamespaceUnifiedRbacResourceNamespace.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 UnifiedRbacResourceNamespaceModifier and TypeMethodDescriptionRbacApplication.getResourceNamespaces()Gets the resourceNamespaces property value.UnifiedRbacResourceNamespaceCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type UnifiedRbacResourceNamespaceModifier and TypeMethodDescriptionvoidRbacApplication.setResourceNamespaces(List<UnifiedRbacResourceNamespace> value) Sets the resourceNamespaces property value.voidUnifiedRbacResourceNamespaceCollectionResponse.setValue(List<UnifiedRbacResourceNamespace> value) Sets the value property value.