Package com.onfido.models
Class Report.Request
- java.lang.Object
-
- com.onfido.models.Report.Request
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Report type string identifier.StringgetResult()The result of the reportReport.Requestname(String name)Report type string identifier.Report.Requestresult(String result)The result of the reportStringtoJson()StringtoString()
-
-
-
Method Detail
-
toJson
public String toJson()
-
name
public Report.Request name(String name)
Report type string identifier. See the “Report Types” section of this documentation- Parameters:
name- Report type string identifier. See the “Report Types” section of this documentation- Returns:
- The Report request object.
-
result
public Report.Request result(String result)
The result of the report- Parameters:
result- The result of the report- Returns:
- The Report request object.
-
getName
public String getName()
Report type string identifier. See the “Report Types” section of this documentation- Returns:
- Report type string identifier. See the “Report Types” section of this documentation
-
getResult
public String getResult()
The result of the report- Returns:
- The result of the report
-
-