| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static MoveToListPayload.StatusesEnum |
MoveToListPayload.StatusesEnum.fromValue(String text) |
MoveToListPayload.StatusesEnum |
MoveToListPayload.StatusesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MoveToListPayload.StatusesEnum |
MoveToListPayload.StatusesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoveToListPayload.StatusesEnum[] |
MoveToListPayload.StatusesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<MoveToListPayload.StatusesEnum> |
MoveToListPayload.getStatuses()
List of comma separated message statuses: 0 for all, 1 for ReadyToSend, 2 for InProgress, 4 for Bounced, 5 for Sent, 6 for Opened, 7 for Clicked, 8 for Unsubscribed, 9 for Abuse Report
|
| Modifier and Type | Method and Description |
|---|---|
MoveToListPayload |
MoveToListPayload.addStatusesItem(MoveToListPayload.StatusesEnum statusesItem) |
void |
MoveToListPayload.StatusesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MoveToListPayload.StatusesEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
void |
MoveToListPayload.setStatuses(List<MoveToListPayload.StatusesEnum> statuses) |
MoveToListPayload |
MoveToListPayload.statuses(List<MoveToListPayload.StatusesEnum> statuses) |
Copyright © 2019. All rights reserved.