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