Uses of Class
com.onfido.model.Check
-
Packages that use Check Package Description com.onfido.api com.onfido.model -
-
Uses of Check in com.onfido.api
Methods in com.onfido.api that return Check Modifier and Type Method Description CheckDefaultApi. createCheck(CheckBuilder checkBuilder)Create a check Initiates a check for an applicant, which can contain one or more reports.CheckDefaultApi. findCheck(UUID checkId)Retrieve a Check Retrieves a single check.Methods in com.onfido.api that return types with arguments of type Check Modifier and Type Method Description ApiResponse<Check>DefaultApi. createCheckWithHttpInfo(CheckBuilder checkBuilder)Create a check Initiates a check for an applicant, which can contain one or more reports.ApiResponse<Check>DefaultApi. findCheckWithHttpInfo(UUID checkId)Retrieve a Check Retrieves a single check.Method parameters in com.onfido.api with type arguments of type Check Modifier and Type Method Description okhttp3.CallDefaultApi. createCheckAsync(CheckBuilder checkBuilder, ApiCallback<Check> _callback)Create a check (asynchronously) Initiates a check for an applicant, which can contain one or more reports.okhttp3.CallDefaultApi. findCheckAsync(UUID checkId, ApiCallback<Check> _callback)Retrieve a Check (asynchronously) Retrieves a single check. -
Uses of Check in com.onfido.model
Methods in com.onfido.model that return Check Modifier and Type Method Description CheckCheck. addReportIdsItem(UUID reportIdsItem)CheckCheck. addTagsItem(String tagsItem)CheckCheck. addWebhookIdsItem(String webhookIdsItem)CheckCheck. applicantId(UUID applicantId)CheckCheck. applicantProvidesData(Boolean applicantProvidesData)CheckCheck. createdAt(OffsetDateTime createdAt)CheckCheck. formUri(String formUri)static CheckCheck. fromJson(String jsonString)Create an instance of Check given an JSON stringCheckCheck. href(String href)CheckCheck. id(UUID id)CheckCheck. paused(Boolean paused)CheckCheck. privacyNoticesReadConsentGiven(Boolean privacyNoticesReadConsentGiven)CheckCheck. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.CheckCheck. redirectUri(String redirectUri)CheckCheck. reportIds(List<UUID> reportIds)CheckCheck. result(Check.ResultEnum result)CheckCheck. resultsUri(String resultsUri)CheckCheck. sandbox(Boolean sandbox)CheckCheck. status(CheckStatus status)CheckCheck. tags(List<String> tags)CheckCheck. version(String version)CheckCheck. webhookIds(List<String> webhookIds)Methods in com.onfido.model that return types with arguments of type Check Modifier and Type Method Description List<Check>ChecksList. getChecks()Get checksMethods in com.onfido.model with parameters of type Check Modifier and Type Method Description ChecksListChecksList. addChecksItem(Check checksItem)Method parameters in com.onfido.model with type arguments of type Check Modifier and Type Method Description ChecksListChecksList. checks(List<Check> checks)voidChecksList. setChecks(List<Check> checks)
-