public class ContactsView extends View
| Constructor and Description |
|---|
ContactsView()
Initializes a new instance of the ContactsView class.
|
ContactsView(java.lang.String initialName,
java.lang.String finalName)
Initializes a new instance of the ContactsView class.
|
ContactsView(java.lang.String initialName,
java.lang.String finalName,
int maxEntriesReturned)
Initializes a new instance of the ContactsView class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFinalName()
Gets the last name in the contacts list to return in the response.
|
java.lang.String |
getInitialName()
Gets the first name in the contacts list to return in the response.
|
void |
setFinalName(java.lang.String finalName)
Sets the last name in the contacts list to return in the response.
|
void |
setInitialName(java.lang.String initialName)
Sets the first name in the contacts list to return in the response.
|
getMaxEntriesReturned, setMaxEntriesReturnedpublic ContactsView()
public ContactsView(java.lang.String initialName,
java.lang.String finalName)
initialName - the initial namefinalName - the final namepublic ContactsView(java.lang.String initialName,
java.lang.String finalName,
int maxEntriesReturned)
initialName - the initial namefinalName - the final namemaxEntriesReturned - the max entries returnedpublic java.lang.String getInitialName()
public void setInitialName(java.lang.String initialName)
initialName - the new initial namepublic java.lang.String getFinalName()
public void setFinalName(java.lang.String finalName)
finalName - the new final name