public class MailLabelsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LABELS |
static String |
SERIALIZED_NAME_TOTAL_UNREAD_COUNT |
| Constructor and Description |
|---|
MailLabelsResponse() |
| Modifier and Type | Method and Description |
|---|---|
MailLabelsResponse |
addLabelsItem(MailLabel labelsItem) |
boolean |
equals(Object o) |
List<MailLabel> |
getLabels()
labels array
|
Integer |
getTotalUnreadCount()
total_unread_count integer minimum: 0
|
int |
hashCode() |
MailLabelsResponse |
labels(List<MailLabel> labels) |
void |
setLabels(List<MailLabel> labels) |
void |
setTotalUnreadCount(Integer totalUnreadCount) |
String |
toString() |
MailLabelsResponse |
totalUnreadCount(Integer totalUnreadCount) |
public static final String SERIALIZED_NAME_LABELS
public static final String SERIALIZED_NAME_TOTAL_UNREAD_COUNT
public MailLabelsResponse labels(List<MailLabel> labels)
public MailLabelsResponse addLabelsItem(MailLabel labelsItem)
public MailLabelsResponse totalUnreadCount(Integer totalUnreadCount)
@Nullable public Integer getTotalUnreadCount()
public void setTotalUnreadCount(Integer totalUnreadCount)
Copyright © 2023. All Rights Reserved.