Package com.confidentify.client.model
Class PersonNameResponseRecordEntityAllOf
- java.lang.Object
-
- com.confidentify.client.model.PersonNameResponseRecordEntityAllOf
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class PersonNameResponseRecordEntityAllOf extends Object
PersonNameResponseRecordEntityAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAME_FORMATTED
-
Constructor Summary
Constructors Constructor Description PersonNameResponseRecordEntityAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetNameFormatted()Get nameFormattedinthashCode()PersonNameResponseRecordEntityAllOfnameFormatted(String nameFormatted)voidsetNameFormatted(String nameFormatted)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME_FORMATTED
public static final String SERIALIZED_NAME_NAME_FORMATTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
nameFormatted
public PersonNameResponseRecordEntityAllOf nameFormatted(String nameFormatted)
-
getNameFormatted
@Nullable public String getNameFormatted()
Get nameFormatted- Returns:
- nameFormatted
-
setNameFormatted
public void setNameFormatted(String nameFormatted)
-
-