Uses of Class
com.onfido.model.ApplicantConsentName
-
Packages that use ApplicantConsentName Package Description com.onfido.model -
-
Uses of ApplicantConsentName in com.onfido.model
Methods in com.onfido.model that return ApplicantConsentName Modifier and Type Method Description static ApplicantConsentNameApplicantConsentName. fromValue(String value)ApplicantConsentNameApplicantConsentBuilder. getName()Get nameApplicantConsentNameApplicantConsentName.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ApplicantConsentNameApplicantConsentName. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicantConsentName[]ApplicantConsentName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type ApplicantConsentName Modifier and Type Method Description ApplicantConsentBuilderApplicantConsentBuilder. name(ApplicantConsentName name)voidApplicantConsentBuilder. setName(ApplicantConsentName name)voidApplicantConsentName.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ApplicantConsentName enumeration)
-