Package com.foxinmy.weixin4j.qy.model
Class Contacts
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.model.IdParameter
-
- com.foxinmy.weixin4j.qy.model.Contacts
-
- All Implemented Interfaces:
Serializable
public class Contacts extends IdParameter
通讯录- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.foxinmy.weixin4j.qy.model.IdParameter
SEPARATOR, SEPARATORS
-
-
Constructor Summary
Constructors Constructor Description Contacts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Party>
getPartys()
List<Tag>
getTags()
List<User>
getUsers()
void
setPartys(List<Party> partys)
void
setTags(List<Tag> tags)
void
setUsers(List<User> users)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.qy.model.IdParameter
get, getParameter, getPartyIds, getTagIds, getUserIds, putPartyIds, putTagIds, putUserIds, setPartyIds, setTagIds, setUserIds
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classIdParameter
-
-