Uses of Class
com.microsoft.graph.models.MailboxProtectionUnit
Packages that use MailboxProtectionUnit
-
Uses of MailboxProtectionUnit in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MailboxProtectionUnitModifier and TypeMethodDescriptionstatic MailboxProtectionUnitMailboxProtectionUnit.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 MailboxProtectionUnitModifier and TypeMethodDescriptionBackupRestoreRoot.getMailboxProtectionUnits()Gets the mailboxProtectionUnits property value.ExchangeProtectionPolicy.getMailboxProtectionUnits()Gets the mailboxProtectionUnits property value.MailboxProtectionUnitCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MailboxProtectionUnitModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setMailboxProtectionUnits(List<MailboxProtectionUnit> value) Sets the mailboxProtectionUnits property value.voidExchangeProtectionPolicy.setMailboxProtectionUnits(List<MailboxProtectionUnit> value) Sets the mailboxProtectionUnits property value.voidMailboxProtectionUnitCollectionResponse.setValue(List<MailboxProtectionUnit> value) Sets the value property value.