@since JDK 1.7 => @since JDK 1.6
This commit is contained in:
@@ -54,7 +54,7 @@ import com.foxinmy.weixin4j.type.MediaType;
|
||||
* @className WeixinProxy
|
||||
* @author jy
|
||||
* @date 2014年11月19日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a href="http://qydev.weixin.qq.com/wiki/index.php">api文档</a>
|
||||
*/
|
||||
public class WeixinProxy {
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.foxinmy.weixin4j.token.TokenStorager;
|
||||
* @className WeixinSuiteProxy
|
||||
* @author jy
|
||||
* @date 2015年6月22日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see com.foxinmy.weixin4j.qy.api.SuiteApi
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%94%E7%94%A8%E6%8E%88%E6%9D%83">企业号第三方应用</a>
|
||||
|
||||
@@ -21,7 +21,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className AgentApi
|
||||
* @author jy
|
||||
* @date 2015年3月16日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E4%BC%81%E4%B8%9A%E5%8F%B7%E5%BA%94%E7%94%A8">管理应用接口说明</a>
|
||||
*/
|
||||
|
||||
@@ -19,7 +19,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className BatchApi
|
||||
* @author jy
|
||||
* @date 2015年3月30日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E5%BC%82%E6%AD%A5%E4%BB%BB%E5%8A%A1%E6%8E%A5%E5%8F%A3">批量任务</a>
|
||||
*/
|
||||
|
||||
@@ -23,7 +23,7 @@ import com.foxinmy.weixin4j.util.StringUtil;
|
||||
* @className ChatApi
|
||||
* @author jy
|
||||
* @date 2015年7月31日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E4%BC%81%E4%B8%9A%E5%8F%B7%E6%B6%88%E6%81%AF%E6%9C%8D%E5%8A%A1">企业号消息服务</a>
|
||||
*/
|
||||
|
||||
@@ -14,7 +14,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className HelperApi
|
||||
* @author jy
|
||||
* @date 2014年12月28日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class HelperApi extends QyApi {
|
||||
|
||||
@@ -59,7 +59,7 @@ import com.foxinmy.weixin4j.util.WeixinErrorUtil;
|
||||
* @className MediaApi
|
||||
* @author jy.hu
|
||||
* @date 2014年9月25日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E7%B4%A0%E6%9D%90%E6%96%87%E4%BB%B6">管理素材文件</a>
|
||||
* @see com.foxinmy.weixin4j.type.MediaType
|
||||
|
||||
@@ -24,7 +24,7 @@ import com.foxinmy.weixin4j.type.ButtonType;
|
||||
* @className MenuApi
|
||||
* @author jy.hu
|
||||
* @date 2014年9月25日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see com.foxinmy.weixin4j.model.Button
|
||||
*/
|
||||
public class MenuApi extends QyApi {
|
||||
|
||||
@@ -19,7 +19,7 @@ import com.foxinmy.weixin4j.tuple.NotifyTuple;
|
||||
* @className NotifyApi
|
||||
* @author jy.hu
|
||||
* @date 2014年11月21日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E5%8F%91%E9%80%81%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E">发送接口说明</a>
|
||||
* @see <a
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.foxinmy.weixin4j.util.Weixin4jConfigUtil;
|
||||
* @className OauthApi
|
||||
* @author jy
|
||||
* @date 2015年6月11日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=OAuth%E9%AA%8C%E8%AF%81%E6%8E%A5%E5%8F%A3">企业号用户身份授权说明</a>
|
||||
* @see <a
|
||||
|
||||
@@ -17,7 +17,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className PartyApi
|
||||
* @author jy
|
||||
* @date 2014年11月18日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see com.foxinmy.weixin4j.qy.model.Party
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E9%83%A8%E9%97%A8">管理部门说明</a>
|
||||
|
||||
@@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.util.Weixin4jConfigUtil;
|
||||
* @className QyApi
|
||||
* @author jy.hu
|
||||
* @date 2014年11月18日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see com.foxinmy.weixin4j.api.BaseApi
|
||||
* @see <a href="http://qydev.weixin.qq.com/wiki/index.php">api文档</a>
|
||||
*/
|
||||
|
||||
@@ -24,7 +24,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className SuiteApi
|
||||
* @author jy
|
||||
* @date 2015年6月17日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%94%E7%94%A8%E6%8E%88%E6%9D%83">第三方应用授权</a>
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className TagApi
|
||||
* @author jy
|
||||
* @date 2014年11月19日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a href=
|
||||
* "http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E6%A0%87%E7%AD%BE">
|
||||
* 管理标签</a>
|
||||
|
||||
@@ -24,7 +24,7 @@ import com.foxinmy.weixin4j.util.NameValue;
|
||||
* @className UserApi
|
||||
* @author jy
|
||||
* @date 2014年11月19日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see com.foxinmy.weixin4j.qy.model.User
|
||||
* @see <a href=
|
||||
* "http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E6%88%90%E5%91%98">
|
||||
|
||||
@@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.tuple.ChatTuple;
|
||||
* @className ChatMessage
|
||||
* @author jy
|
||||
* @date 2015年8月1日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see com.foxinmy.weixin4j.tuple.Text
|
||||
* @see com.foxinmy.weixin4j.tuple.Image
|
||||
* @see com.foxinmy.weixin4j.tuple.File
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.foxinmy.weixin4j.tuple.NotifyTuple;
|
||||
* @className CustomeMessage
|
||||
* @author jy
|
||||
* @date 2015年11月20日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see com.foxinmy.weixin4j.tuple.Text
|
||||
* @see com.foxinmy.weixin4j.tuple.Image
|
||||
* @see com.foxinmy.weixin4j.tuple.Voice
|
||||
@@ -57,7 +57,7 @@ public class CustomeMessage implements Serializable {
|
||||
* @className CustomeIdType
|
||||
* @author jy
|
||||
* @date 2015年11月20日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum CustomeIdType {
|
||||
@@ -81,7 +81,7 @@ public class CustomeMessage implements Serializable {
|
||||
* @className CustomeTarget
|
||||
* @author jy
|
||||
* @date 2015年11月20日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public static class CustomeTarget implements Serializable {
|
||||
|
||||
@@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.tuple.NotifyTuple;
|
||||
* @className NotifyMessage
|
||||
* @author jy
|
||||
* @date 2014年11月22日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see com.foxinmy.weixin4j.tuple.Text
|
||||
* @see com.foxinmy.weixin4j.tuple.Image
|
||||
* @see com.foxinmy.weixin4j.tuple.Voice
|
||||
|
||||
@@ -10,7 +10,7 @@ import com.alibaba.fastjson.annotation.JSONField;
|
||||
* @className AgentInfo
|
||||
* @author jy
|
||||
* @date 2015年3月17日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class AgentInfo extends AgentSetter {
|
||||
|
||||
@@ -10,7 +10,7 @@ import com.alibaba.fastjson.annotation.JSONField;
|
||||
* @className AgentOverview
|
||||
* @author jy
|
||||
* @date 2015年4月9日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class AgentOverview implements Serializable {
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.foxinmy.weixin4j.qy.type.ReportLocationType;
|
||||
* @className AgentSetter
|
||||
* @author jy
|
||||
* @date 2015年3月16日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E8%AE%BE%E7%BD%AE%E4%BC%81%E4%B8%9A%E5%8F%B7%E5%BA%94%E7%94%A8">设置企业号应用</a>
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.qy.type.BatchType;
|
||||
* @className BatchResult
|
||||
* @author jy
|
||||
* @date 2015年3月31日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class BatchResult extends JsonResult {
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.alibaba.fastjson.annotation.JSONField;
|
||||
* @className Callback
|
||||
* @author jy
|
||||
* @date 2015年3月30日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class Callback implements Serializable {
|
||||
|
||||
@@ -12,7 +12,7 @@ import com.alibaba.fastjson.annotation.JSONField;
|
||||
* @className ChatInfo
|
||||
* @author jy
|
||||
* @date 2015年7月31日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class ChatInfo implements Serializable {
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.alibaba.fastjson.annotation.JSONField;
|
||||
* @className ChatMute
|
||||
* @author jy
|
||||
* @date 2015年8月1日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class ChatMute implements Serializable {
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.foxinmy.weixin4j.qy.type.CorpType;
|
||||
* @className CorpInfo
|
||||
* @author jy
|
||||
* @date 2015年6月12日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class CorpInfo implements Serializable {
|
||||
|
||||
@@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.util.StringUtil;
|
||||
* @className IdParameter
|
||||
* @author jy
|
||||
* @date 2015年3月30日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class IdParameter implements Serializable {
|
||||
|
||||
@@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.qy.type.AgentAuthType;
|
||||
* @className OUserInfo
|
||||
* @author jy
|
||||
* @date 2015年6月12日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class OUserInfo implements Serializable {
|
||||
@@ -113,7 +113,7 @@ public class OUserInfo implements Serializable {
|
||||
* @className AuthInfo
|
||||
* @author jy
|
||||
* @date 2015年6月22日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public static class AuthInfo implements Serializable {
|
||||
@@ -161,7 +161,7 @@ public class OUserInfo implements Serializable {
|
||||
* @className AgentItem
|
||||
* @author jy
|
||||
* @date 2015年6月22日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public static class AgentItem extends AgentOverview {
|
||||
@@ -232,7 +232,7 @@ public class OUserInfo implements Serializable {
|
||||
* @className DepartItem
|
||||
* @author jy
|
||||
* @date 2015年6月22日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public static class DepartItem extends Party {
|
||||
|
||||
@@ -10,7 +10,7 @@ import com.alibaba.fastjson.annotation.JSONField;
|
||||
* @className Party
|
||||
* @author jy
|
||||
* @date 2014年11月18日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E9%83%A8%E9%97%A8">管理部门说明</a>
|
||||
*/
|
||||
|
||||
@@ -10,7 +10,7 @@ import com.alibaba.fastjson.annotation.JSONField;
|
||||
* @className Tag
|
||||
* @author jy
|
||||
* @date 2014年11月24日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class Tag implements Serializable {
|
||||
|
||||
@@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.util.NameValue;
|
||||
* @className User
|
||||
* @author jy
|
||||
* @date 2014年11月19日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AE%A1%E7%90%86%E6%88%90%E5%91%98">管理成员说明</a>
|
||||
*/
|
||||
@@ -161,7 +161,7 @@ public class User implements Serializable {
|
||||
if (status != null) {
|
||||
return status.intValue() != 2;
|
||||
}
|
||||
return null;
|
||||
return Boolean.FALSE;
|
||||
}
|
||||
|
||||
public void setEnable(boolean enable) {
|
||||
|
||||
@@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.model.WeixinAccount;
|
||||
* @className WeixinQyAccount
|
||||
* @author jy
|
||||
* @date 2014年11月18日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a href=
|
||||
* "https://qy.weixin.qq.com/cgi-bin/home?lang=zh_CN&token=685923034#setting"
|
||||
* >企业号设置</a>
|
||||
|
||||
@@ -10,7 +10,7 @@ import com.foxinmy.weixin4j.token.TokenStorager;
|
||||
* @className SuitePerCodeHolder
|
||||
* @author jy
|
||||
* @date 2015年6月22日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class SuitePerCodeHolder {
|
||||
|
||||
@@ -10,7 +10,7 @@ import com.foxinmy.weixin4j.token.TokenStorager;
|
||||
* @className SuiteTicketHolder
|
||||
* @author jy
|
||||
* @date 2015年6月22日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class SuiteTicketHolder {
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className WeixinSuitePreCodeCreator
|
||||
* @author jy
|
||||
* @date 2015年6月17日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%94%E7%94%A8%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E#.E8.8E.B7.E5.8F.96.E9.A2.84.E6.8E.88.E6.9D.83.E7.A0.81">获取应用套件预授权码</a>
|
||||
* @see com.foxinmy.weixin4j.model.Token
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import com.foxinmy.weixin4j.token.TokenCreator;
|
||||
* @className WeixinSuiteTokenCreator
|
||||
* @author jy
|
||||
* @date 2015年6月17日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%94%E7%94%A8%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E#.E8.8E.B7.E5.8F.96.E5.BA.94.E7.94.A8.E5.A5.97.E4.BB.B6.E4.BB.A4.E7.89.8C">获取应用套件凭证</a>
|
||||
* @see com.foxinmy.weixin4j.model.Token
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className WeixinTokenSuiteCreator
|
||||
* @author jy
|
||||
* @date 2015年6月17日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%94%E7%94%A8%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E#.E8.8E.B7.E5.8F.96.E4.BC.81.E4.B8.9A.E5.8F.B7access_token">获取企业号access_token</a>
|
||||
* @see com.foxinmy.weixin4j.model.Token
|
||||
|
||||
@@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.token.TokenHolder;
|
||||
* @className WeixinJSTicketCreator
|
||||
* @author jy
|
||||
* @date 2015年1月10日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html#.E9.99.84.E5.BD.951-JS-SDK.E4.BD.BF.E7.94.A8.E6.9D.83.E9.99.90.E7.AD.BE.E5.90.8D.E7.AE.97.E6.B3.95">JS
|
||||
* TICKET</a>
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import com.foxinmy.weixin4j.token.TokenCreator;
|
||||
* @className WeixinTokenCreator
|
||||
* @author jy
|
||||
* @date 2015年1月10日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E8%8E%B7%E5%8F%96%E5%BA%94%E7%94%A8%E6%8F%90%E4%BE%9B%E5%95%86%E5%87%AD%E8%AF%81">获取应用提供商凭证</a>
|
||||
* @see com.foxinmy.weixin4j.model.Token
|
||||
|
||||
@@ -14,7 +14,7 @@ import com.foxinmy.weixin4j.token.TokenCreator;
|
||||
* @className WeixinTokenCreator
|
||||
* @author jy
|
||||
* @date 2015年1月10日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see <a
|
||||
* href="http://qydev.weixin.qq.com/wiki/index.php?title=%E4%B8%BB%E5%8A%A8%E8%B0%83%E7%94%A8">微信企业号获取token说明</a>
|
||||
* @see com.foxinmy.weixin4j.model.Token
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className AgentAuthType
|
||||
* @author jy
|
||||
* @date 2015年6月12日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum AgentAuthType {
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className BatchStatus
|
||||
* @author jy
|
||||
* @date 2015年3月31日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum BatchStatus {
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className BatchType
|
||||
* @author jy
|
||||
* @date 2015年3月31日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum BatchType {
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className ChatType
|
||||
* @author jy
|
||||
* @date 2015年7月31日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum ChatType {
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className CorpType
|
||||
* @author jy
|
||||
* @date 2015年6月12日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum CorpType {
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className InviteType
|
||||
* @author jy
|
||||
* @date 2015年1月15日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum InviteType {
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className ReportLocationType
|
||||
* @author jy
|
||||
* @date 2015年3月16日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum ReportLocationType {
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className URLConsts
|
||||
* @author jy
|
||||
* @date 2014年12月3日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public final class URLConsts {
|
||||
|
||||
@@ -6,7 +6,7 @@ package com.foxinmy.weixin4j.qy.type;
|
||||
* @className UserStatus
|
||||
* @author jy
|
||||
* @date 2014年11月19日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public enum UserStatus {
|
||||
|
||||
@@ -20,7 +20,7 @@ import com.foxinmy.weixin4j.qy.type.ReportLocationType;
|
||||
* @className AgentTest
|
||||
* @author jy
|
||||
* @date 2015年03月17日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class AgentTest extends TokenTest {
|
||||
|
||||
@@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.qy.model.Party;
|
||||
* @className BatchTest
|
||||
* @author jy
|
||||
* @date 2015年3月31日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class BatchTest extends TokenTest {
|
||||
|
||||
@@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.qy.api.HelperApi;
|
||||
* @className HelperTest
|
||||
* @author jy
|
||||
* @date 2014年12月28日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class HelperTest extends TokenTest {
|
||||
|
||||
@@ -19,7 +19,7 @@ import com.foxinmy.weixin4j.type.MediaType;
|
||||
* @className MediaTest
|
||||
* @author jy.hu
|
||||
* @date 2014年4月10日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class MediaTest extends TokenTest {
|
||||
|
||||
@@ -19,7 +19,7 @@ import com.foxinmy.weixin4j.type.ButtonType;
|
||||
* @className MenuTest
|
||||
* @author jy.hu
|
||||
* @date 2014年4月10日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
*/
|
||||
public class MenuTest extends TokenTest {
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ import com.foxinmy.weixin4j.tuple.Voice;
|
||||
* @className NotifyTest
|
||||
* @author jy.hu
|
||||
* @date 2014年4月10日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class NotifyTest extends TokenTest {
|
||||
|
||||
@@ -17,7 +17,7 @@ import com.foxinmy.weixin4j.qy.model.Party;
|
||||
* @className PartyTest
|
||||
* @author jy
|
||||
* @date 2014年11月18日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class PartyTest extends TokenTest {
|
||||
|
||||
@@ -19,7 +19,7 @@ import com.foxinmy.weixin4j.qy.model.User;
|
||||
* @className TagTest
|
||||
* @author jy
|
||||
* @date 2014年11月18日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class TagTest extends TokenTest {
|
||||
|
||||
@@ -17,7 +17,7 @@ import com.foxinmy.weixin4j.util.Weixin4jConfigUtil;
|
||||
* @className TokenTest
|
||||
* @author jy.hu
|
||||
* @date 2014年4月10日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
*/
|
||||
public class TokenTest {
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ import com.foxinmy.weixin4j.qy.type.UserStatus;
|
||||
* @className UserTest
|
||||
* @author jy
|
||||
* @date 2014年11月18日
|
||||
* @since JDK 1.7
|
||||
* @since JDK 1.6
|
||||
* @see
|
||||
*/
|
||||
public class UserTest extends TokenTest {
|
||||
|
||||
Reference in New Issue
Block a user