Uses of Class
com.microsoft.graph.models.MailboxFolder
Packages that use MailboxFolder
-
Uses of MailboxFolder in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MailboxFolderModifier and TypeMethodDescriptionstatic MailboxFolderMailboxFolder.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 MailboxFolderModifier and TypeMethodDescriptionMailboxFolder.getChildFolders()Gets the childFolders property value.Mailbox.getFolders()Gets the folders property value.MailboxFolderCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MailboxFolderModifier and TypeMethodDescriptionvoidMailboxFolder.setChildFolders(List<MailboxFolder> value) Sets the childFolders property value.voidMailbox.setFolders(List<MailboxFolder> value) Sets the folders property value.voidMailboxFolderCollectionResponse.setValue(List<MailboxFolder> value) Sets the value property value.