Uses of Class
com.microsoft.graph.models.AssignedLabel
Packages that use AssignedLabel
-
Uses of AssignedLabel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AssignedLabelModifier and TypeMethodDescriptionstatic AssignedLabelAssignedLabel.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueFileStorageContainer.getAssignedSensitivityLabel()Gets the assignedSensitivityLabel property value.Methods in com.microsoft.graph.models that return types with arguments of type AssignedLabelModifier and TypeMethodDescriptionGroup.getAssignedLabels()Gets the assignedLabels property value.Methods in com.microsoft.graph.models with parameters of type AssignedLabelModifier and TypeMethodDescriptionvoidFileStorageContainer.setAssignedSensitivityLabel(AssignedLabel value) Sets the assignedSensitivityLabel property value.Method parameters in com.microsoft.graph.models with type arguments of type AssignedLabelModifier and TypeMethodDescriptionvoidGroup.setAssignedLabels(List<AssignedLabel> value) Sets the assignedLabels property value.