Uses of Class
com.onfido.model.ResultsFeedback
-
Packages that use ResultsFeedback Package Description com.onfido.api com.onfido.model -
-
Uses of ResultsFeedback in com.onfido.api
Methods in com.onfido.api that return ResultsFeedback Modifier and Type Method Description ResultsFeedbackDefaultApi. postResultsFeedback(ResultsFeedback resultsFeedback)Fraud reporting (ALPHA) Create Feedback on checks and reportsMethods in com.onfido.api that return types with arguments of type ResultsFeedback Modifier and Type Method Description ApiResponse<ResultsFeedback>DefaultApi. postResultsFeedbackWithHttpInfo(ResultsFeedback resultsFeedback)Fraud reporting (ALPHA) Create Feedback on checks and reportsMethods in com.onfido.api with parameters of type ResultsFeedback Modifier and Type Method Description ResultsFeedbackDefaultApi. postResultsFeedback(ResultsFeedback resultsFeedback)Fraud reporting (ALPHA) Create Feedback on checks and reportsokhttp3.CallDefaultApi. postResultsFeedbackAsync(ResultsFeedback resultsFeedback, ApiCallback<ResultsFeedback> _callback)Fraud reporting (ALPHA) (asynchronously) Create Feedback on checks and reportsokhttp3.CallDefaultApi. postResultsFeedbackCall(ResultsFeedback resultsFeedback, ApiCallback _callback)Build call for postResultsFeedbackApiResponse<ResultsFeedback>DefaultApi. postResultsFeedbackWithHttpInfo(ResultsFeedback resultsFeedback)Fraud reporting (ALPHA) Create Feedback on checks and reportsMethod parameters in com.onfido.api with type arguments of type ResultsFeedback Modifier and Type Method Description okhttp3.CallDefaultApi. postResultsFeedbackAsync(ResultsFeedback resultsFeedback, ApiCallback<ResultsFeedback> _callback)Fraud reporting (ALPHA) (asynchronously) Create Feedback on checks and reports -
Uses of ResultsFeedback in com.onfido.model
Methods in com.onfido.model that return ResultsFeedback Modifier and Type Method Description ResultsFeedbackResultsFeedback. checkId(UUID checkId)ResultsFeedbackResultsFeedback. expectedResult(ResultsFeedback.ExpectedResultEnum expectedResult)ResultsFeedbackResultsFeedback. feedbackNotes(String feedbackNotes)static ResultsFeedbackResultsFeedback. fromJson(String jsonString)Create an instance of ResultsFeedback given an JSON stringResultsFeedbackResultsFeedback. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ResultsFeedbackResultsFeedback. reportId(UUID reportId)
-