public class ContactsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactsResponse.ContactTypeEnum
contact_type string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTACT_ID |
static String |
SERIALIZED_NAME_CONTACT_TYPE |
static String |
SERIALIZED_NAME_IS_BLOCKED |
static String |
SERIALIZED_NAME_IS_WATCHED |
static String |
SERIALIZED_NAME_LABEL_IDS |
static String |
SERIALIZED_NAME_STANDING |
| Constructor and Description |
|---|
ContactsResponse() |
public static final String SERIALIZED_NAME_IS_WATCHED
public static final String SERIALIZED_NAME_STANDING
public static final String SERIALIZED_NAME_CONTACT_TYPE
public static final String SERIALIZED_NAME_IS_BLOCKED
public static final String SERIALIZED_NAME_LABEL_IDS
public static final String SERIALIZED_NAME_CONTACT_ID
public ContactsResponse isWatched(Boolean isWatched)
public Boolean getIsWatched()
public void setIsWatched(Boolean isWatched)
public ContactsResponse standing(Float standing)
public Float getStanding()
public void setStanding(Float standing)
public ContactsResponse contactType(ContactsResponse.ContactTypeEnum contactType)
public ContactsResponse.ContactTypeEnum getContactType()
public void setContactType(ContactsResponse.ContactTypeEnum contactType)
public ContactsResponse isBlocked(Boolean isBlocked)
public Boolean getIsBlocked()
public void setIsBlocked(Boolean isBlocked)
public ContactsResponse labelIds(List<Long> labelIds)
public ContactsResponse addLabelIdsItem(Long labelIdsItem)
public ContactsResponse contactId(Integer contactId)
public Integer getContactId()
public void setContactId(Integer contactId)
Copyright © 2019. All Rights Reserved.