Uses of Class
odata.msgraph.client.beta.entity.OnenotePage
-
Packages that use OnenotePage Package Description odata.msgraph.client.beta.entity -
-
Uses of OnenotePage in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OnenotePage Modifier and Type Method Description OnenotePageOnenotePage.Builder. build()OnenotePageOnenotePage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OnenotePageOnenotePage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OnenotePageOnenotePage. withContentUrl(String contentUrl)OnenotePageOnenotePage. withCreatedByAppId(String createdByAppId)OnenotePageOnenotePage. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)OnenotePageOnenotePage. withLevel(Integer level)OnenotePageOnenotePage. withLinks(PageLinks links)OnenotePageOnenotePage. withOrder(Integer order)OnenotePageOnenotePage. withTitle(String title)OnenotePageOnenotePage. withUnmappedField(String name, String value)OnenotePageOnenotePage. withUserTags(List<String> userTags)
-