Uses of Class
com.yoti.api.client.Attribute
Packages that use Attribute
-
Uses of Attribute in com.yoti.api.client
Methods in com.yoti.api.client that return AttributeModifier and TypeMethodDescription<T> Attribute<T>Profile.findAttributeStartingWith(String name, Class<T> clazz) Return the firstAttributewith a name starting withnameApplicationProfile.getApplicationLogo()The logo of the application that will be displayed to those users that perform a sharing with it.ApplicationProfile.getApplicationName()The name of the application.ApplicationProfile.getApplicationReceiptBgColor()The background colour that will be displayed on each receipt the user gets as a result of a sharing with the application.ApplicationProfile.getApplicationUrl()The URI verified by Portal where the application is available atAgeVerification.getAttribute()The wrapped profile attribute.Attribute<?>Profile.getAttribute(String name) Returns theAttributeobject for the key<T> Attribute<T>Profile.getAttribute(String name, Class<T> clazz) Return typedAttributeobject for a key.Profile.getAttributeById(String id) Return typedAttributeby ID.HumanProfile.getDateOfBirth()Date of birthHumanProfile.getDocumentDetails()Document detailsHumanProfile.getDocumentImages()Document imagesHumanProfile.getEmailAddress()The user's verified email address.HumanProfile.getFamilyName()Corresponds to primary name in passport, and surname in English.HumanProfile.getFullName()The full name attribute.HumanProfile.getGender()Corresponds to the gender in the passport; will be one of the strings "MALE", "FEMALE", "TRANSGENDER" or "OTHER".HumanProfile.getGivenNames()Corresponds to secondary names in passport, and first/middle names in English.HumanProfile.getIdentityProfileReport()JSON object containing identity assertion and the verification report.HumanProfile.getNationality()Corresponds to the nationality in the passport.HumanProfile.getPhoneNumber()The user's phone number, as verified at registration time.HumanProfile.getPostalAddress()The user's postal address as a StringHumanProfile.getSelfie()Photograph of user, encoded as a JPEG image.HumanProfile.getStructuredPostalAddress()The user's structured postal address as a JsonMethods in com.yoti.api.client that return types with arguments of type AttributeModifier and TypeMethodDescriptionProfile.findAttributesStartingWith(String name, Class<T> clazz) Return a list of all theAttributes with a name starting withnameCollection<Attribute<?>>Profile.getAttributes()Return allAttributes for the profile.Constructors in com.yoti.api.client with parameters of type AttributeConstructor parameters in com.yoti.api.client with type arguments of type AttributeModifierConstructorDescriptionApplicationProfile(List<Attribute<?>> attributeList) Create a new profile based on a list of attributesHumanProfile(List<Attribute<?>> attributeList) Create a new Human profile based on a list of attributes -
Uses of Attribute in com.yoti.api.client.spi.remote
Methods in com.yoti.api.client.spi.remote that return types with arguments of type Attribute