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_CONTACT_ID
public static final String SERIALIZED_NAME_CONTACT_TYPE
public static final String SERIALIZED_NAME_IS_BLOCKED
public static final String SERIALIZED_NAME_IS_WATCHED
public static final String SERIALIZED_NAME_LABEL_IDS
public static final String SERIALIZED_NAME_STANDING
public ContactsResponse contactId(Integer contactId)
public Integer getContactId()
public void setContactId(Integer contactId)
public ContactsResponse contactType(ContactsResponse.ContactTypeEnum contactType)
public ContactsResponse.ContactTypeEnum getContactType()
public void setContactType(ContactsResponse.ContactTypeEnum contactType)
public ContactsResponse isBlocked(Boolean isBlocked)
@Nullable public Boolean getIsBlocked()
public void setIsBlocked(Boolean isBlocked)
public ContactsResponse isWatched(Boolean isWatched)
@Nullable public Boolean getIsWatched()
public void setIsWatched(Boolean isWatched)
public ContactsResponse labelIds(List<Long> labelIds)
public ContactsResponse addLabelIdsItem(Long labelIdsItem)
public ContactsResponse standing(Float standing)
public Float getStanding()
public void setStanding(Float standing)
Copyright © 2020. All Rights Reserved.