public class MailLabelsResponse extends Object implements Serializable
| 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 MailLabelsResponse totalUnreadCount(Integer totalUnreadCount)
public Integer getTotalUnreadCount()
public void setTotalUnreadCount(Integer totalUnreadCount)
public MailLabelsResponse labels(List<MailLabel> labels)
public MailLabelsResponse addLabelsItem(MailLabel labelsItem)
Copyright © 2017. All Rights Reserved.