| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
OnenotePage |
OnenotePage.Builder.build() |
OnenotePage |
OnenotePage.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
OnenotePage |
OnenotePage.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
OnenotePage |
OnenotePage.withContentUrl(String contentUrl) |
OnenotePage |
OnenotePage.withCreatedByAppId(String createdByAppId) |
OnenotePage |
OnenotePage.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
OnenotePage |
OnenotePage.withLevel(Integer level) |
OnenotePage |
OnenotePage.withLinks(PageLinks links) |
OnenotePage |
OnenotePage.withOrder(Integer order) |
OnenotePage |
OnenotePage.withTitle(String title) |
Copyright © 2018–2020. All rights reserved.