public class GetContactsDataResponse extends Object implements Serializable
Java class for getContactsDataResponse complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected ContactsDataResult |
contactsDataResult |
| Constructor and Description |
|---|
GetContactsDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
ContactsDataResult |
getContactsDataResult()
Gets the value of the contactsDataResult property.
|
void |
setContactsDataResult(ContactsDataResult value)
Sets the value of the contactsDataResult property.
|
protected ContactsDataResult contactsDataResult
public ContactsDataResult getContactsDataResult()
ContactsDataResultpublic void setContactsDataResult(ContactsDataResult value)
value - allowed object is
ContactsDataResultCopyright © 2021. All rights reserved.