Uses of Class
odata.msgraph.client.entity.OnenoteEntityBaseModel
-
Packages that use OnenoteEntityBaseModel Package Description odata.msgraph.client.entity -
-
Uses of OnenoteEntityBaseModel in odata.msgraph.client.entity
Subclasses of OnenoteEntityBaseModel in odata.msgraph.client.entity Modifier and Type Class Description classNotebookclassOnenoteEntityHierarchyModelclassOnenoteEntitySchemaObjectModelclassOnenotePageclassOnenoteResourceclassOnenoteSectionclassSectionGroupMethods in odata.msgraph.client.entity that return OnenoteEntityBaseModel Modifier and Type Method Description OnenoteEntityBaseModelOnenoteEntityBaseModel. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OnenoteEntityBaseModelOnenoteEntityBaseModel. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OnenoteEntityBaseModelOnenoteEntityBaseModel. withSelf(String self)OnenoteEntityBaseModelOnenoteEntityBaseModel. withUnmappedField(String name, Object value)
-