public class ContactsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactsResponse.ContactTypeEnum
contact_type string
|
| Constructor and Description |
|---|
ContactsResponse() |
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)
public Boolean getIsBlocked()
public void setIsBlocked(Boolean isBlocked)
public ContactsResponse isWatched(Boolean isWatched)
public Boolean getIsWatched()
public void setIsWatched(Boolean isWatched)
public ContactsResponse labelId(Long labelId)
public Long getLabelId()
public void setLabelId(Long labelId)
public ContactsResponse standing(Float standing)
public Float getStanding()
public void setStanding(Float standing)
Copyright © 2017. All Rights Reserved.