| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201403 |
| Modifier and Type | Field and Description |
|---|---|
static ContactStatus |
ContactStatus.INVITE_CANCELED |
static ContactStatus |
ContactStatus.INVITE_EXPIRED |
static ContactStatus |
ContactStatus.INVITE_PENDNG |
static ContactStatus |
ContactStatus.UNINVITED |
static ContactStatus |
ContactStatus.UNKNOWN |
static ContactStatus |
ContactStatus.USER_ACTIVE |
static ContactStatus |
ContactStatus.USER_DISABLED |
| Modifier and Type | Method and Description |
|---|---|
static ContactStatus |
ContactStatus.fromString(String value) |
static ContactStatus |
ContactStatus.fromValue(String value) |
ContactStatus |
Contact.getStatus()
Gets the status value for this Contact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setStatus(ContactStatus status)
Sets the status value for this Contact.
|
| Constructor and Description |
|---|
Contact(String baseContactType,
Long id,
String name,
Long companyId,
ContactStatus status,
String address,
String cellPhone,
String comment,
String email,
String faxPhone,
String title,
String workPhone) |
Copyright © 2014. All Rights Reserved.