Uses of Class
com.onfido.model.CheckShared
-
Packages that use CheckShared Package Description com.onfido.model -
-
Uses of CheckShared in com.onfido.model
Methods in com.onfido.model that return CheckShared Modifier and Type Method Description CheckSharedCheckShared. addTagsItem(String tagsItem)CheckSharedCheckShared. addWebhookIdsItem(String webhookIdsItem)CheckSharedCheckShared. applicantId(UUID applicantId)CheckSharedCheckShared. applicantProvidesData(Boolean applicantProvidesData)static CheckSharedCheckShared. fromJson(String jsonString)Create an instance of CheckShared given an JSON stringCheckSharedCheckShared. privacyNoticesReadConsentGiven(Boolean privacyNoticesReadConsentGiven)CheckSharedCheckShared. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.CheckSharedCheckShared. redirectUri(String redirectUri)CheckSharedCheckShared. tags(List<String> tags)CheckSharedCheckShared. webhookIds(List<String> webhookIds)
-