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
Methods 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. withSectionGroupsUrl(String sectionGroupsUrl)NotebookNotebook. withSectionsUrl(String sectionsUrl)NotebookNotebook. withUnmappedField(String name, String value)NotebookNotebook. withUserRole(OnenoteUserRole userRole)
-