| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
WorkbookWorksheet |
WorkbookWorksheet.Builder.build() |
WorkbookWorksheet |
WorkbookWorksheet.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WorkbookWorksheet |
WorkbookWorksheet.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WorkbookWorksheet |
WorkbookWorksheet.withName(String name) |
WorkbookWorksheet |
WorkbookWorksheet.withPosition(Integer position) |
WorkbookWorksheet |
WorkbookWorksheet.withVisibility(String visibility) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<WorkbookWorksheet> |
WorkbookWorksheetCollectionRequest.add(String name) |
Copyright © 2018–2020. All rights reserved.