Package net.troja.eve.esi.model
Class ContactsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.ContactsResponse
-
- All Implemented Interfaces:
Serializable
public class ContactsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContactsResponse.ContactTypeEnumcontact_type string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTACT_IDstatic StringSERIALIZED_NAME_CONTACT_TYPEstatic StringSERIALIZED_NAME_IS_BLOCKEDstatic StringSERIALIZED_NAME_IS_WATCHEDstatic StringSERIALIZED_NAME_LABEL_IDSstatic StringSERIALIZED_NAME_STANDING
-
Constructor Summary
Constructors Constructor Description ContactsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTACT_ID
public static final String SERIALIZED_NAME_CONTACT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTACT_TYPE
public static final String SERIALIZED_NAME_CONTACT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_BLOCKED
public static final String SERIALIZED_NAME_IS_BLOCKED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_WATCHED
public static final String SERIALIZED_NAME_IS_WATCHED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LABEL_IDS
public static final String SERIALIZED_NAME_LABEL_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STANDING
public static final String SERIALIZED_NAME_STANDING
- See Also:
- Constant Field Values
-
-
Method Detail
-
contactId
public ContactsResponse contactId(Integer contactId)
-
getContactId
public Integer getContactId()
contact_id integer- Returns:
- contactId
-
setContactId
public void setContactId(Integer contactId)
-
contactType
public ContactsResponse contactType(ContactsResponse.ContactTypeEnum contactTypeEnum)
-
contactTypeString
public ContactsResponse contactTypeString(String contactType)
-
getContactType
public ContactsResponse.ContactTypeEnum getContactType()
contact_type string- Returns:
- contactType
-
getContactTypeString
public String getContactTypeString()
-
setContactType
public void setContactType(ContactsResponse.ContactTypeEnum contactTypeEnum)
-
setContactTypeString
public void setContactTypeString(String contactType)
-
isBlocked
public ContactsResponse isBlocked(Boolean isBlocked)
-
getIsBlocked
@Nullable public Boolean getIsBlocked()
Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false- Returns:
- isBlocked
-
setIsBlocked
public void setIsBlocked(Boolean isBlocked)
-
isWatched
public ContactsResponse isWatched(Boolean isWatched)
-
getIsWatched
@Nullable public Boolean getIsWatched()
Whether this contact is being watched- Returns:
- isWatched
-
setIsWatched
public void setIsWatched(Boolean isWatched)
-
labelIds
public ContactsResponse labelIds(List<Long> labelIds)
-
addLabelIdsItem
public ContactsResponse addLabelIdsItem(Long labelIdsItem)
-
standing
public ContactsResponse standing(Float standing)
-
getStanding
public Float getStanding()
Standing of the contact- Returns:
- standing
-
setStanding
public void setStanding(Float standing)
-
-