Uses of Class
com.onfido.model.ApplicantConsentBuilder
-
Packages that use ApplicantConsentBuilder Package Description com.onfido.model -
-
Uses of ApplicantConsentBuilder in com.onfido.model
Methods in com.onfido.model that return ApplicantConsentBuilder Modifier and Type Method Description static ApplicantConsentBuilderApplicantConsentBuilder. fromJson(String jsonString)Create an instance of ApplicantConsentBuilder given an JSON stringApplicantConsentBuilderApplicantConsentBuilder. granted(Boolean granted)ApplicantConsentBuilderApplicantConsentBuilder. name(ApplicantConsentName name)ApplicantConsentBuilderApplicantConsentBuilder. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model that return types with arguments of type ApplicantConsentBuilder Modifier and Type Method Description List<ApplicantConsentBuilder>ApplicantBuilder. getConsents()The applicant's consentsList<ApplicantConsentBuilder>ApplicantRequest. getConsents()The applicant's consentsList<ApplicantConsentBuilder>ApplicantUpdater. getConsents()The applicant's consentsMethods in com.onfido.model with parameters of type ApplicantConsentBuilder Modifier and Type Method Description ApplicantBuilderApplicantBuilder. addConsentsItem(ApplicantConsentBuilder consentsItem)ApplicantRequestApplicantRequest. addConsentsItem(ApplicantConsentBuilder consentsItem)ApplicantUpdaterApplicantUpdater. addConsentsItem(ApplicantConsentBuilder consentsItem)Method parameters in com.onfido.model with type arguments of type ApplicantConsentBuilder Modifier and Type Method Description ApplicantBuilderApplicantBuilder. consents(List<ApplicantConsentBuilder> consents)ApplicantRequestApplicantRequest. consents(List<ApplicantConsentBuilder> consents)ApplicantUpdaterApplicantUpdater. consents(List<ApplicantConsentBuilder> consents)voidApplicantBuilder. setConsents(List<ApplicantConsentBuilder> consents)voidApplicantRequest. setConsents(List<ApplicantConsentBuilder> consents)voidApplicantUpdater. setConsents(List<ApplicantConsentBuilder> consents)
-