public interface Contact
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Gets the first name of the contact
|
default String |
getFullName()
Gets the full name of the contact
|
String |
getLastName()
Gets the last name of the contact, can be null
|
String |
getPhoneNumber()
Gets the phone number for the contact
|
int |
getUserId()
Gets the user id of the contact
|
String getPhoneNumber()
String getFirstName()
String getLastName()
default String getFullName()
int getUserId()
Copyright © 2017. All rights reserved.