Uses of Class
odata.msgraph.client.complex.WorkbookOperationError
-
Packages that use WorkbookOperationError Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of WorkbookOperationError in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as WorkbookOperationError Modifier and Type Field Description protected WorkbookOperationErrorWorkbookOperationError. innerErrorMethods in odata.msgraph.client.complex that return WorkbookOperationError Modifier and Type Method Description WorkbookOperationErrorWorkbookOperationError.Builder. build()WorkbookOperationErrorWorkbookOperationError. withCode(String code)WorkbookOperationErrorWorkbookOperationError. withInnerError(WorkbookOperationError innerError)WorkbookOperationErrorWorkbookOperationError. withMessage(String message)WorkbookOperationErrorWorkbookOperationError. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type WorkbookOperationError Modifier and Type Method Description Optional<WorkbookOperationError>WorkbookOperationError. getInnerError()Methods in odata.msgraph.client.complex with parameters of type WorkbookOperationError Modifier and Type Method Description WorkbookOperationError.BuilderWorkbookOperationError.Builder. innerError(WorkbookOperationError innerError)WorkbookOperationErrorWorkbookOperationError. withInnerError(WorkbookOperationError innerError) -
Uses of WorkbookOperationError in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WorkbookOperationError Modifier and Type Field Description protected WorkbookOperationErrorWorkbookOperation. errorMethods in odata.msgraph.client.entity that return types with arguments of type WorkbookOperationError Modifier and Type Method Description Optional<WorkbookOperationError>WorkbookOperation. getError()Methods in odata.msgraph.client.entity with parameters of type WorkbookOperationError Modifier and Type Method Description WorkbookOperation.BuilderWorkbookOperation.Builder. error(WorkbookOperationError error)WorkbookOperationWorkbookOperation. withError(WorkbookOperationError error)
-