Uses of Class
odata.msgraph.client.beta.entity.WorkbookOperation
-
Packages that use WorkbookOperation Package Description odata.msgraph.client.beta.entity -
-
Uses of WorkbookOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkbookOperation Modifier and Type Method Description WorkbookOperationWorkbookOperation.Builder. build()WorkbookOperationWorkbookOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookOperationWorkbookOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookOperationWorkbookOperation. withError(WorkbookOperationError error)WorkbookOperationWorkbookOperation. withResourceLocation(String resourceLocation)WorkbookOperationWorkbookOperation. withStatus(WorkbookOperationStatus status)WorkbookOperationWorkbookOperation. withUnmappedField(String name, String value)
-