|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.belerweb.social.qq.mail.api.Contact
public class Contact
获取QQ邮箱联系人
| Constructor Summary | |
|---|---|
Contact(String email,
String password,
Yundama yundama)
创建一个QQ邮箱联系人API |
|
| Method Summary | |
|---|---|
ValidationCode |
check()
检查QQ邮箱登录是否需要验证码 |
List<Group> |
get()
按分组获取所有QQ邮箱中的联系人,包括QQ联系人 |
byte[] |
getValidationCode()
获取验证码 |
byte[] |
getValidationCode2()
获取验证码2 |
String |
login()
QQ邮箱登录,如果登录成功则返回sid,登录失败抛出异常 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Contact(String email,
String password,
Yundama yundama)
email - QQ邮箱地址password - QQ邮箱密码| Method Detail |
|---|
public List<Group> get()
throws SocialException
SocialException
public String login()
throws SocialException
SocialException
public ValidationCode check()
throws SocialException
SocialException
public byte[] getValidationCode()
throws SocialException
SocialException
public byte[] getValidationCode2()
throws SocialException
SocialException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||