Uses of Class
com.microsoft.graph.models.NotebookLinks
Packages that use NotebookLinks
-
Uses of NotebookLinks in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return NotebookLinksModifier and TypeMethodDescriptionstatic NotebookLinksNotebookLinks.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCopyNotebookModel.getLinks()Gets the links property value.Notebook.getLinks()Gets the links property value.Methods in com.microsoft.graph.models with parameters of type NotebookLinksModifier and TypeMethodDescriptionvoidCopyNotebookModel.setLinks(NotebookLinks value) Sets the links property value.voidNotebook.setLinks(NotebookLinks value) Sets the links property value.