Uses of Class
io.getlime.security.powerauth.lib.mtoken.model.entity.attributes.Attribute
-
Packages that use Attribute Package Description io.getlime.security.powerauth.lib.mtoken.model.entity io.getlime.security.powerauth.lib.mtoken.model.entity.attributes -
-
Uses of Attribute in io.getlime.security.powerauth.lib.mtoken.model.entity
Methods in io.getlime.security.powerauth.lib.mtoken.model.entity that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>FormData. getAttributes()Get form data attributes.Method parameters in io.getlime.security.powerauth.lib.mtoken.model.entity with type arguments of type Attribute Modifier and Type Method Description voidFormData. setAttributes(List<Attribute> attributes)Set form data attributes. -
Uses of Attribute in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes
Subclasses of Attribute in io.getlime.security.powerauth.lib.mtoken.model.entity.attributes Modifier and Type Class Description classAmountAttributeAttribute representing a financial amount item, with attributes for amount and currency, that can be rendered on a mobile application.classHeadingAttributeAttribute representing a heading.classKeyValueAttributeAttribute representing a key-value item, where key and value are displayed next to each other.classNoteAttributeAttribute representing a key-value item, where key and value are displayed below each other, with value that can extend over multiple lines.classPartyAttributeAttribute representing a party.
-