Uses of Class
com.microsoft.graph.models.MailboxRestoreArtifact
Packages that use MailboxRestoreArtifact
-
Uses of MailboxRestoreArtifact in com.microsoft.graph.models
Subclasses of MailboxRestoreArtifact in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return MailboxRestoreArtifactModifier and TypeMethodDescriptionstatic MailboxRestoreArtifactMailboxRestoreArtifact.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 MailboxRestoreArtifactModifier and TypeMethodDescriptionExchangeRestoreSession.getMailboxRestoreArtifacts()Gets the mailboxRestoreArtifacts property value.MailboxRestoreArtifactCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MailboxRestoreArtifactModifier and TypeMethodDescriptionvoidExchangeRestoreSession.setMailboxRestoreArtifacts(List<MailboxRestoreArtifact> value) Sets the mailboxRestoreArtifacts property value.voidMailboxRestoreArtifactCollectionResponse.setValue(List<MailboxRestoreArtifact> value) Sets the value property value.