| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static Contact.StatusEnum |
Contact.StatusEnum.fromValue(String text) |
Contact.StatusEnum |
Contact.getStatus()
Name of status: Active, Engaged, Inactive, Abuse, Bounced, Unsubscribed.
|
Contact.StatusEnum |
Contact.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Contact.StatusEnum |
Contact.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contact.StatusEnum[] |
Contact.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setStatus(Contact.StatusEnum status) |
Contact |
Contact.status(Contact.StatusEnum status) |
void |
Contact.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Contact.StatusEnum enumeration) |
Copyright © 2019. All rights reserved.