Uses of Class
model.Name
-
Packages that use Name Package Description model -
-
Uses of Name in model
Methods in model that return Name Modifier and Type Method Description NameName. firstName(String firstName)static NameName. fromJson(String jsonString)Create an instance of Name given an JSON stringNameName. fullName(String fullName)NameCardPresentInstrumentForm. getName()Get nameNameName. lastName(String lastName)NameName. value(String value)Methods in model with parameters of type Name Modifier and Type Method Description CardPresentInstrumentFormCardPresentInstrumentForm. name(Name name)voidCardPresentInstrumentForm. setName(Name name)
-