Uses of Class
odata.msgraph.client.complex.GenericError
-
Packages that use GenericError Package Description odata.msgraph.client.complex -
-
Uses of GenericError in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as GenericError Modifier and Type Field Description protected GenericErrorConvertIdResult. errorDetailsMethods in odata.msgraph.client.complex that return GenericError Modifier and Type Method Description GenericErrorGenericError.Builder. build()GenericErrorGenericError. withCode(String code)GenericErrorGenericError. withMessage(String message)GenericErrorGenericError. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type GenericError Modifier and Type Method Description Optional<GenericError>ConvertIdResult. getErrorDetails()Methods in odata.msgraph.client.complex with parameters of type GenericError Modifier and Type Method Description ConvertIdResult.BuilderConvertIdResult.Builder. errorDetails(GenericError errorDetails)ConvertIdResultConvertIdResult. withErrorDetails(GenericError errorDetails)
-