Uses of Class
odata.msgraph.client.entity.Notebook
-
Packages that use Notebook Package Description odata.msgraph.client.entity -
-
Uses of Notebook in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Notebook Modifier and Type Field Description protected NotebookOnenotePage. parentNotebookprotected NotebookOnenoteSection. parentNotebookprotected NotebookSectionGroup. parentNotebookFields in odata.msgraph.client.entity with type parameters of type Notebook Modifier and Type Field Description protected List<Notebook>Onenote. notebooksMethods in odata.msgraph.client.entity that return Notebook Modifier and Type Method Description NotebookNotebook.Builder. build()NotebookNotebook. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.NotebookNotebook. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).NotebookNotebook. withIsDefault(Boolean isDefault)NotebookNotebook. withIsShared(Boolean isShared)NotebookNotebook. withLinks(NotebookLinks links)NotebookNotebook. withSectionGroups(List<SectionGroup> sectionGroups)NotebookNotebook. withSectionGroupsUrl(String sectionGroupsUrl)NotebookNotebook. withSections(List<OnenoteSection> sections)NotebookNotebook. withSectionsUrl(String sectionsUrl)NotebookNotebook. withUnmappedField(String name, Object value)NotebookNotebook. withUserRole(OnenoteUserRole userRole)Methods in odata.msgraph.client.entity with parameters of type Notebook Modifier and Type Method Description Onenote.BuilderOnenote.Builder. notebooks(Notebook... notebooks)OnenotePage.BuilderOnenotePage.Builder. parentNotebook(Notebook parentNotebook)OnenoteSection.BuilderOnenoteSection.Builder. parentNotebook(Notebook parentNotebook)SectionGroup.BuilderSectionGroup.Builder. parentNotebook(Notebook parentNotebook)OnenotePageOnenotePage. withParentNotebook(Notebook parentNotebook)OnenoteSectionOnenoteSection. withParentNotebook(Notebook parentNotebook)SectionGroupSectionGroup. withParentNotebook(Notebook parentNotebook)Method parameters in odata.msgraph.client.entity with type arguments of type Notebook Modifier and Type Method Description Onenote.BuilderOnenote.Builder. notebooks(List<Notebook> notebooks)OnenoteOnenote. withNotebooks(List<Notebook> notebooks)
-