Uses of Class
odata.msgraph.client.complex.OnenoteOperationError
-
Packages that use OnenoteOperationError Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of OnenoteOperationError in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return OnenoteOperationError Modifier and Type Method Description OnenoteOperationErrorOnenoteOperationError.Builder. build()OnenoteOperationErrorOnenoteOperationError. withCode(String code)OnenoteOperationErrorOnenoteOperationError. withMessage(String message)OnenoteOperationErrorOnenoteOperationError. withUnmappedField(String name, Object value) -
Uses of OnenoteOperationError in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as OnenoteOperationError Modifier and Type Field Description protected OnenoteOperationErrorOnenoteOperation. errorMethods in odata.msgraph.client.entity that return types with arguments of type OnenoteOperationError Modifier and Type Method Description Optional<OnenoteOperationError>OnenoteOperation. getError()Methods in odata.msgraph.client.entity with parameters of type OnenoteOperationError Modifier and Type Method Description OnenoteOperation.BuilderOnenoteOperation.Builder. error(OnenoteOperationError error)OnenoteOperationOnenoteOperation. withError(OnenoteOperationError error)
-