- accessToken(Callback<AccessToken>) - Method in class me.hao0.wechat.core.Bases
-
获取accessToken(应该尽量临时保存一个地方,每隔一段时间来获取)
- accessToken() - Method in class me.hao0.wechat.core.Bases
-
获取accessToken(应该尽量临时保存一个地方,每隔一段时间来获取)
- AccessToken - Class in me.hao0.wechat.model.base
-
访问Token
Author: haolin
Email: haolin.h0@gmail.com
Date: 10/11/15
- AccessToken() - Constructor for class me.hao0.wechat.model.base.AccessToken
-
- accessTokenLoader(AccessTokenLoader) - Method in class me.hao0.wechat.core.WechatBuilder
-
配置accessToken加载器
- AccessTokenLoader - Interface in me.hao0.wechat.loader
-
accessToken加载接口
Author: haolin
Email: haolin.h0@gmail.com
Date: 10/11/15
- Article - Class in me.hao0.wechat.model.message.resp
-
图文消息对象
Author: haolin
Email: haolin.h0@gmail.com
Date: 8/11/15
- Article() - Constructor for class me.hao0.wechat.model.message.resp.Article
-
- Article(String, String, String, String) - Constructor for class me.hao0.wechat.model.message.resp.Article
-
- articleDailySummary(String) - Method in class me.hao0.wechat.core.Datas
-
获取图文群发每日数据:
某天所有被阅读过的文章(仅包括群发的文章)在当天的阅读次数等数据
- articleDailySummary(String, String, Callback<List<ArticleDailySummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文群发每日数据:
某天所有被阅读过的文章(仅包括群发的文章)在当天的阅读次数等数据
- articleDailySummary(String, Callback<List<ArticleDailySummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文群发每日数据:
某天所有被阅读过的文章(仅包括群发的文章)在当天的阅读次数等数据
- articleDailySummary(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取图文群发每日数据:
某天所有被阅读过的文章(仅包括群发的文章)在当天的阅读次数等数据
- ArticleDailySummary - Class in me.hao0.wechat.model.data.article
-
图文群发每日数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleDailySummary() - Constructor for class me.hao0.wechat.model.data.article.ArticleDailySummary
-
- articleShare(String, String, Callback<List<ArticleShare>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文分享转发数据(最多跨度7天,endDate - startDate 小于 7)
- articleShare(String, String, String, Callback<List<ArticleShare>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文分享转发数据(最多跨度7天,endDate - startDate 小于 7)
- articleShare(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取图文分享转发数据(最多跨度7天,endDate - startDate 小于 7)
- articleShare(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
获取图文分享转发数据(最多跨度7天,endDate - startDate 小于 7)
- ArticleShare - Class in me.hao0.wechat.model.data.article
-
图文分享转发数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleShare() - Constructor for class me.hao0.wechat.model.data.article.ArticleShare
-
- articleShareByHourly(String, Callback<List<ArticleShareHour>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文分享转发分时数据
- articleShareByHourly(String, String, Callback<List<ArticleShareHour>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文分享转发分时数据
- articleShareByHourly(String) - Method in class me.hao0.wechat.core.Datas
-
获取图文分享转发分时数据
- articleShareByHourly(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取图文分享转发分时数据
- ArticleShareHour - Class in me.hao0.wechat.model.data.article
-
图文分享转发每日分时数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleShareHour() - Constructor for class me.hao0.wechat.model.data.article.ArticleShareHour
-
- ArticleShareScene - Enum in me.hao0.wechat.model.data.article
-
分享的场景
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleShareSceneDeserializer - Class in me.hao0.wechat.serializer
-
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleShareSceneDeserializer() - Constructor for class me.hao0.wechat.serializer.ArticleShareSceneDeserializer
-
- ArticleSource - Enum in me.hao0.wechat.model.data.article
-
在获取图文阅读分时数据时才有该字段,代表用户从哪里进入来阅读该图文
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleSourceDeserializer - Class in me.hao0.wechat.serializer
-
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleSourceDeserializer() - Constructor for class me.hao0.wechat.serializer.ArticleSourceDeserializer
-
- articleSummary(String, String, Callback<List<ArticleSummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文统计数据(最多跨度3天,endDate - startDate 小于 3)
- articleSummary(String, String, String, Callback<List<ArticleSummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文统计数据(最多跨度3天,endDate - startDate 小于 3)
- articleSummary(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取图文统计数据(最多跨度3天,endDate - startDate 小于 3)
- articleSummary(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
获取图文统计数据(最多跨度3天,endDate - startDate 小于 3)
- ArticleSummary - Class in me.hao0.wechat.model.data.article
-
图文统计数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleSummary() - Constructor for class me.hao0.wechat.model.data.article.ArticleSummary
-
- ArticleSummaryHour - Class in me.hao0.wechat.model.data.article
-
图文统计分时数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleSummaryHour() - Constructor for class me.hao0.wechat.model.data.article.ArticleSummaryHour
-
- articleSummaryHourly(String, Callback<List<ArticleSummaryHour>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文统计数据
- articleSummaryHourly(String, String, Callback<List<ArticleSummaryHour>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文统计数据
- articleSummaryHourly(String) - Method in class me.hao0.wechat.core.Datas
-
获取图文统计数据
- articleSummaryHourly(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取图文统计数据
- articleTotal(String) - Method in class me.hao0.wechat.core.Datas
-
获取图文群发总数据
- articleTotal(String, Callback<List<ArticleTotal>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文群发总数据
- articleTotal(String, String, Callback<List<ArticleTotal>>) - Method in class me.hao0.wechat.core.Datas
-
获取图文群发总数据
- articleTotal(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取图文群发总数据
- ArticleTotal - Class in me.hao0.wechat.model.data.article
-
图文群发总数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleTotal() - Constructor for class me.hao0.wechat.model.data.article.ArticleTotal
-
- ArticleTotalDetail - Class in me.hao0.wechat.model.data.article
-
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- ArticleTotalDetail() - Constructor for class me.hao0.wechat.model.data.article.ArticleTotalDetail
-
- authAccessToken(String, Callback<AuthAccessToken>) - Method in class me.hao0.wechat.core.Bases
-
获取用户授权的accessToken(与上面不同,该accessToken用于在用户同意授权后,获取用户信息)
- authAccessToken(String) - Method in class me.hao0.wechat.core.Bases
-
获取用户授权的accessToken(与上面不同,该accessToken用于在用户同意授权后,获取用户信息)
- AuthAccessToken - Class in me.hao0.wechat.model.base
-
用户同意授权后,通过code获取的访问Token
Author: haolin
Email: haolin.h0@gmail.com
- AuthAccessToken() - Constructor for class me.hao0.wechat.model.base.AuthAccessToken
-
- AuthType - Enum in me.hao0.wechat.model.base
-
授权类型
- authUrl(String) - Method in class me.hao0.wechat.core.Bases
-
构建授权跳转URL(静默授权,仅获取用户openId,不包括个人信息)
- authUrl(String, Boolean) - Method in class me.hao0.wechat.core.Bases
-
构建授权跳转URL
- material() - Method in class me.hao0.wechat.core.Wechat
-
- Material - Class in me.hao0.wechat.model.material
-
素材基类
Author: haolin
Email: haolin.h0@gmail.com
Date: 12/11/15
- Material() - Constructor for class me.hao0.wechat.model.material.Material
-
- MaterialCount - Class in me.hao0.wechat.model.material
-
素材总数统计
Author: haolin
Email: haolin.h0@gmail.com
Date: 12/11/15
- MaterialCount() - Constructor for class me.hao0.wechat.model.material.MaterialCount
-
- Materials - Class in me.hao0.wechat.core
-
素材组件
Author: haolin
Email: haolin.h0@gmail.com
Date: 18/11/15
- MaterialType - Enum in me.hao0.wechat.model.material
-
素材类型
- MaterialUploadType - Enum in me.hao0.wechat.model.material
-
素材上传类型
- me.hao0.wechat.core - package me.hao0.wechat.core
-
- me.hao0.wechat.exception - package me.hao0.wechat.exception
-
- me.hao0.wechat.loader - package me.hao0.wechat.loader
-
- me.hao0.wechat.model.base - package me.hao0.wechat.model.base
-
- me.hao0.wechat.model.customer - package me.hao0.wechat.model.customer
-
- me.hao0.wechat.model.data.article - package me.hao0.wechat.model.data.article
-
- me.hao0.wechat.model.data.interfaces - package me.hao0.wechat.model.data.interfaces
-
- me.hao0.wechat.model.data.msg - package me.hao0.wechat.model.data.msg
-
- me.hao0.wechat.model.data.user - package me.hao0.wechat.model.data.user
-
- me.hao0.wechat.model.js - package me.hao0.wechat.model.js
-
- me.hao0.wechat.model.material - package me.hao0.wechat.model.material
-
- me.hao0.wechat.model.menu - package me.hao0.wechat.model.menu
-
- me.hao0.wechat.model.message.receive - package me.hao0.wechat.model.message.receive
-
- me.hao0.wechat.model.message.receive.event - package me.hao0.wechat.model.message.receive.event
-
- me.hao0.wechat.model.message.receive.msg - package me.hao0.wechat.model.message.receive.msg
-
- me.hao0.wechat.model.message.resp - package me.hao0.wechat.model.message.resp
-
- me.hao0.wechat.model.message.send - package me.hao0.wechat.model.message.send
-
- me.hao0.wechat.model.qrcode - package me.hao0.wechat.model.qrcode
-
- me.hao0.wechat.model.user - package me.hao0.wechat.model.user
-
- me.hao0.wechat.serializer - package me.hao0.wechat.serializer
-
- me.hao0.wechat.utils - package me.hao0.wechat.utils
-
- mediaId - Variable in class me.hao0.wechat.model.material.Material
-
- menu(Menu) - Method in class me.hao0.wechat.core.MenuBuilder
-
创建一个一级菜单
- menu() - Method in class me.hao0.wechat.core.Wechat
-
- Menu - Class in me.hao0.wechat.model.menu
-
菜单
Author: haolin
Email: haolin.h0@gmail.com
Date: 7/11/15
- Menu() - Constructor for class me.hao0.wechat.model.menu.Menu
-
- MenuBuilder - Class in me.hao0.wechat.core
-
菜单构建器
Author: haolin
Email: haolin.h0@gmail.com
Date: 18/11/15
- Menus - Class in me.hao0.wechat.core
-
菜单组件
Author: haolin
Email: haolin.h0@gmail.com
Date: 18/11/15
- MenuType - Enum in me.hao0.wechat.model.menu
-
菜单类型
- Messages - Class in me.hao0.wechat.core
-
消息组件
Author: haolin
Email: haolin.h0@gmail.com
Date: 18/11/15
- msg() - Method in class me.hao0.wechat.core.Wechat
-
- msgId - Variable in class me.hao0.wechat.model.message.receive.msg.RecvMsg
-
消息ID
- msgKey(String) - Method in class me.hao0.wechat.core.WechatBuilder
-
配置加密消息的Key
- MsgRecord - Class in me.hao0.wechat.model.customer
-
客服聊天记录
Author: haolin
Email: haolin.h0@gmail.com
Date: 7/11/15
- MsgRecord() - Constructor for class me.hao0.wechat.model.customer.MsgRecord
-
- msgSendDist(String, String, String, Callback<List<MsgSendDist>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布数据(最多跨度15天,endDate - startDate 小于 15)
- msgSendDist(String, String, Callback<List<MsgSendDist>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布数据(最多跨度15天,endDate - startDate 小于 15)
- msgSendDist(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布数据(最多跨度15天,endDate - startDate 小于 15)
- msgSendDist(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布数据(最多跨度15天,endDate - startDate 小于 15)
- MsgSendDist - Class in me.hao0.wechat.model.data.msg
-
消息发送分布数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- MsgSendDist() - Constructor for class me.hao0.wechat.model.data.msg.MsgSendDist
-
- msgSendDistMonthly(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布月数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendDistMonthly(String, String, Callback<List<MsgSendDist>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布月数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendDistMonthly(String, String, String, Callback<List<MsgSendDist>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布月数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendDistMonthly(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布月数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendDistWeekly(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布周数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendDistWeekly(String, String, Callback<List<MsgSendDist>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布周数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendDistWeekly(String, String, String, Callback<List<MsgSendDist>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布周数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendDistWeekly(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息发送分布周数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummary(String, String, Callback<List<MsgSendSummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummary(String, String, String, Callback<List<MsgSendSummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummary(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummary(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析数据(最多跨度30天,endDate - startDate 小于 30)
- MsgSendSummary - Class in me.hao0.wechat.model.data.msg
-
消息发送分析
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- MsgSendSummary() - Constructor for class me.hao0.wechat.model.data.msg.MsgSendSummary
-
- MsgSendSummaryHour - Class in me.hao0.wechat.model.data.msg
-
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- MsgSendSummaryHour() - Constructor for class me.hao0.wechat.model.data.msg.MsgSendSummaryHour
-
- msgSendSummaryHourly(String, Callback<List<MsgSendSummaryHour>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析分时数据
- msgSendSummaryHourly(String, String, Callback<List<MsgSendSummaryHour>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析分时数据
- msgSendSummaryHourly(String) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析分时数据
- msgSendSummaryHourly(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析分时数据
- msgSendSummaryMonthly(String, String, Callback<List<MsgSendSummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析月数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummaryMonthly(String, String, String, Callback<List<MsgSendSummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析月数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummaryMonthly(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析月数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummaryMonthly(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析月数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummaryWeekly(String, String, Callback<List<MsgSendSummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析周数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummaryWeekly(String, String, String, Callback<List<MsgSendSummary>>) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析周数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummaryWeekly(String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析周数据(最多跨度30天,endDate - startDate 小于 30)
- msgSendSummaryWeekly(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
获取消息分析周数据(最多跨度30天,endDate - startDate 小于 30)
- MsgType - Enum in me.hao0.wechat.model.data.msg
-
分析消息类型
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- msgType - Variable in class me.hao0.wechat.model.message.receive.RecvMessage
-
消息类型:
- MsgTypeDeserializer - Class in me.hao0.wechat.serializer
-
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- MsgTypeDeserializer() - Constructor for class me.hao0.wechat.serializer.MsgTypeDeserializer
-
- mvUserGroup(String, Integer) - Method in class me.hao0.wechat.core.Users
-
移动用户所在组
- mvUserGroup(String, Integer, Callback<Boolean>) - Method in class me.hao0.wechat.core.Users
-
移动用户所在组
- mvUserGroup(String, String, Integer, Callback<Boolean>) - Method in class me.hao0.wechat.core.Users
-
移动用户所在组
- mvUserGroup(String, String, Integer) - Method in class me.hao0.wechat.core.Users
-
移动用户所在组
- receive(String) - Method in class me.hao0.wechat.core.Messages
-
接收微信服务器发来的XML消息
- receive(InputStream) - Method in class me.hao0.wechat.core.Messages
-
接收微信服务器发来的XML消息
- RecvEvent - Class in me.hao0.wechat.model.message.receive.event
-
接收微信服务器的事件消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvEvent() - Constructor for class me.hao0.wechat.model.message.receive.event.RecvEvent
-
- RecvEvent(RecvMessage) - Constructor for class me.hao0.wechat.model.message.receive.event.RecvEvent
-
- RecvEventType - Enum in me.hao0.wechat.model.message.receive.event
-
接收微信服务器的消息类型
Author: haolin
Email: haolin.h0@gmail.com
Date: 8/11/15
- RecvImageMessage - Class in me.hao0.wechat.model.message.receive.msg
-
图片消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvImageMessage(RecvMsg) - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvImageMessage
-
- RecvLinkMessage - Class in me.hao0.wechat.model.message.receive.msg
-
链接消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvLinkMessage(RecvMsg) - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvLinkMessage
-
- RecvLocationEvent - Class in me.hao0.wechat.model.message.receive.event
-
上报地理位置事件
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvLocationEvent(RecvEvent) - Constructor for class me.hao0.wechat.model.message.receive.event.RecvLocationEvent
-
- RecvLocationMessage - Class in me.hao0.wechat.model.message.receive.msg
-
地理位置消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvLocationMessage(RecvMsg) - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvLocationMessage
-
- RecvMenuEvent - Class in me.hao0.wechat.model.message.receive.event
-
菜单事件
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvMenuEvent(RecvEvent) - Constructor for class me.hao0.wechat.model.message.receive.event.RecvMenuEvent
-
- RecvMessage - Class in me.hao0.wechat.model.message.receive
-
接收微信服务器的消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvMessage() - Constructor for class me.hao0.wechat.model.message.receive.RecvMessage
-
- RecvMessage(RecvMessage) - Constructor for class me.hao0.wechat.model.message.receive.RecvMessage
-
- RecvMessageType - Enum in me.hao0.wechat.model.message.receive
-
接收微信服务器的消息类型
Author: haolin
Email: haolin.h0@gmail.com
Date: 8/11/15
- RecvMsg - Class in me.hao0.wechat.model.message.receive.msg
-
接收微信服务器的普通消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvMsg() - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvMsg
-
- RecvMsg(RecvMessage) - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvMsg
-
- RecvScanEvent - Class in me.hao0.wechat.model.message.receive.event
-
扫码事件
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvScanEvent(RecvEvent) - Constructor for class me.hao0.wechat.model.message.receive.event.RecvScanEvent
-
- RecvShortVideoMessage - Class in me.hao0.wechat.model.message.receive.msg
-
小视频消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvShortVideoMessage(RecvMsg) - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvShortVideoMessage
-
- RecvSubscribeEvent - Class in me.hao0.wechat.model.message.receive.event
-
关注事件
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvSubscribeEvent(RecvEvent) - Constructor for class me.hao0.wechat.model.message.receive.event.RecvSubscribeEvent
-
- RecvTemplateSendJobFinishEvent - Class in me.hao0.wechat.model.message.receive.event
-
模版消息发送任务完成后, 微信服务器会将是否送达成功作为通知
- RecvTemplateSendJobFinishEvent(RecvEvent) - Constructor for class me.hao0.wechat.model.message.receive.event.RecvTemplateSendJobFinishEvent
-
- RecvTextMessage - Class in me.hao0.wechat.model.message.receive.msg
-
文本消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvTextMessage(RecvMsg) - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvTextMessage
-
- RecvUnknownEvent - Class in me.hao0.wechat.model.message.receive.event
-
未知事件(当解析到微信的新事件时)
Author: haolin
Email: haolin.h0@gmail.com
- RecvUnknownEvent(RecvEvent) - Constructor for class me.hao0.wechat.model.message.receive.event.RecvUnknownEvent
-
- RecvUnSubscribeEvent - Class in me.hao0.wechat.model.message.receive.event
-
取消关注
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvUnSubscribeEvent(RecvEvent) - Constructor for class me.hao0.wechat.model.message.receive.event.RecvUnSubscribeEvent
-
- RecvVideoMessage - Class in me.hao0.wechat.model.message.receive.msg
-
视频消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvVideoMessage(RecvMsg) - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvVideoMessage
-
- RecvVoiceMessage - Class in me.hao0.wechat.model.message.receive.msg
-
语音消息
Author: haolin
Email: haolin.h0@gmail.com
Date: 9/11/15
- RecvVoiceMessage(RecvMsg) - Constructor for class me.hao0.wechat.model.message.receive.msg.RecvVoiceMessage
-
- refresh(AccessToken) - Method in interface me.hao0.wechat.loader.AccessTokenLoader
-
刷新accessToken,实现时需要保存一段时间,以免频繁从微信服务器获取
- refresh(AccessToken) - Method in class me.hao0.wechat.loader.DefaultAccessTokenLoader
-
- refresh(Ticket) - Method in class me.hao0.wechat.loader.DefaultTicketLoader
-
- refresh(Ticket) - Method in interface me.hao0.wechat.loader.TicketLoader
-
刷新Ticket
- register(T) - Method in class me.hao0.wechat.core.Wechat
-
注册组件
- remarkUser(String, String) - Method in class me.hao0.wechat.core.Users
-
备注用户
- remarkUser(String, String, Callback<Boolean>) - Method in class me.hao0.wechat.core.Users
-
备注用户
- remarkUser(String, String, String, Callback<Boolean>) - Method in class me.hao0.wechat.core.Users
-
备注用户
- remarkUser(String, String, String) - Method in class me.hao0.wechat.core.Users
-
备注用户
- render() - Method in class me.hao0.wechat.utils.XmlWriters.E
-
- render() - Method in class me.hao0.wechat.utils.XmlWriters.NumberE
-
- render() - Method in class me.hao0.wechat.utils.XmlWriters.TextE
-
- respImage(RecvMessage, String) - Method in class me.hao0.wechat.core.Messages
-
被动回复微信服务器图片消息
- RespMessageType - Enum in me.hao0.wechat.model.message.resp
-
响应微信服务器的消息类型
Author: haolin
Email: haolin.h0@gmail.com
Date: 8/11/15
- respMusic(RecvMessage, String, String, String, String, String) - Method in class me.hao0.wechat.core.Messages
-
被动回复微信服务器音乐消息
- respNews(RecvMessage, List<Article>) - Method in class me.hao0.wechat.core.Messages
-
被动回复微信服务器图文消息
- respText(RecvMessage, String) - Method in class me.hao0.wechat.core.Messages
-
被动回复微信服务器文本消息
- respVideo(RecvMessage, String, String, String) - Method in class me.hao0.wechat.core.Messages
-
被动回复微信服务器视频消息
- respVoice(RecvMessage, String) - Method in class me.hao0.wechat.core.Messages
-
被动回复微信服务器语音消息
- updateAccount(String, String, String) - Method in class me.hao0.wechat.core.CustomerServices
-
更新客服账户
- updateAccount(String, String, String, Callback<Boolean>) - Method in class me.hao0.wechat.core.CustomerServices
-
更新客服账户
- updateAccount(String, String, String, String, Callback<Boolean>) - Method in class me.hao0.wechat.core.CustomerServices
-
更新客服账户
- updateAccount(String, String, String, String) - Method in class me.hao0.wechat.core.CustomerServices
-
更新客服账户
- updateGroup(Integer, String) - Method in class me.hao0.wechat.core.Users
-
更新分组名称
- updateGroup(Integer, String, Callback<Boolean>) - Method in class me.hao0.wechat.core.Users
-
更新分组名称
- updateGroup(String, Integer, String, Callback<Boolean>) - Method in class me.hao0.wechat.core.Users
-
更新分组名称
- updateGroup(String, Integer, String) - Method in class me.hao0.wechat.core.Users
-
更新分组名称
- updatePermNews(String, Integer, NewsContentItem, Callback<Boolean>) - Method in class me.hao0.wechat.core.Materials
-
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
- updatePermNews(String, String, Integer, NewsContentItem, Callback<Boolean>) - Method in class me.hao0.wechat.core.Materials
-
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
- updatePermNews(String, String, Integer, NewsContentItem) - Method in class me.hao0.wechat.core.Materials
-
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
- updateTime - Variable in class me.hao0.wechat.model.material.Material
-
- uploadHead(String, String, byte[]) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, String, String, byte[]) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, String, byte[], Callback<Boolean>) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, String, String, byte[], Callback<Boolean>) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, File) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, String, File) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, String, File, Callback<Boolean>) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, String, InputStream) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, String, String, InputStream, Callback<Boolean>) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadHead(String, String, String, InputStream) - Method in class me.hao0.wechat.core.CustomerServices
-
上传客服头像(jpg/png等格式)
- uploadPerm(String, MaterialUploadType, File) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(String, MaterialUploadType, String, byte[]) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(String, MaterialUploadType, String, byte[], Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(MaterialUploadType, String, byte[], Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(MaterialUploadType, String, byte[]) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(MaterialUploadType, File, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(String, MaterialUploadType, File, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(MaterialUploadType, String, InputStream, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(String, MaterialUploadType, String, InputStream, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPerm(String, MaterialUploadType, String, InputStream) - Method in class me.hao0.wechat.core.Materials
-
上传永久(图片,语音,缩略图)素材
永久素材的数量是有上限的,请谨慎新增。图文消息素材和图片素材的上限为5000,其他类型为1000
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
- uploadPermNews(List<NewsContentItem>) - Method in class me.hao0.wechat.core.Materials
-
添加永久图文素材
- uploadPermNews(List<NewsContentItem>, Callback<String>) - Method in class me.hao0.wechat.core.Materials
-
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
- uploadPermNews(String, List<NewsContentItem>, Callback<String>) - Method in class me.hao0.wechat.core.Materials
-
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
- uploadPermNews(String, List<NewsContentItem>) - Method in class me.hao0.wechat.core.Materials
-
添加永久图文素材(其中内容中的外部图片链接会被过滤,所以需先用uploadPermNewsImage转换为微信内部图片)
- uploadPermNewsImage(String, File) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermNewsImage(File, Callback<String>) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermNewsImage(String, File, Callback<String>) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermNewsImage(String, String, byte[]) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermNewsImage(String, byte[], Callback<String>) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermNewsImage(String, String, byte[], Callback<String>) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermNewsImage(String, InputStream, Callback<String>) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermNewsImage(String, String, InputStream, Callback<String>) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermNewsImage(String, String, InputStream) - Method in class me.hao0.wechat.core.Materials
-
上传永久图文素材内容中引用的图片
- uploadPermVideo(String, File, String, String) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(File, String, String) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(String, String, byte[], String, String) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(String, byte[], String, String) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(String, String, byte[], String, String, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(String, byte[], String, String, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(File, String, String, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(String, File, String, String, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(String, InputStream, String, String, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(String, String, InputStream, String, String, Callback<PermMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadPermVideo(String, String, InputStream, String, String) - Method in class me.hao0.wechat.core.Materials
-
上传永久视频素材(10M大小)
- uploadTemp(MaterialUploadType, String, byte[]) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(String, MaterialUploadType, String, byte[]) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(MaterialUploadType, File) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(String, MaterialUploadType, File) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(MaterialUploadType, File, Callback<TempMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(String, MaterialUploadType, File, Callback<TempMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(MaterialUploadType, String, InputStream) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(MaterialUploadType, String, InputStream, Callback<TempMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(String, MaterialUploadType, String, InputStream, Callback<TempMaterial>) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- uploadTemp(String, MaterialUploadType, String, InputStream) - Method in class me.hao0.wechat.core.Materials
-
上传临时素材:
图片(image): 1M,bmp/png/jpeg/jpg/gif
语音(voice):2M,播放长度不超过60s,mp3/wma/wav/amr
视频(video):10MB,支持MP4格式
缩略图(thumb):64KB,bmp/png/jpeg/jpg/gif
媒体文件在后台保存时间为3天,即3天后media_id失效。
- user() - Method in class me.hao0.wechat.core.Wechat
-
- User - Class in me.hao0.wechat.model.user
-
用户信息
Author: haolin
Email: haolin.h0@gmail.com
Date: 7/11/15
- User() - Constructor for class me.hao0.wechat.model.user.User
-
- userCumulate(String, String) - Method in class me.hao0.wechat.core.Datas
-
查询用户总量数据(最多跨度7天,endDate - startDate 小于 7)
- userCumulate(String, String, Callback<List<UserCumulate>>) - Method in class me.hao0.wechat.core.Datas
-
查询用户总量数据(最多跨度7天,endDate - startDate 小于 7)
- userCumulate(String, String, String, Callback<List<UserCumulate>>) - Method in class me.hao0.wechat.core.Datas
-
查询用户总量数据(最多跨度7天,endDate - startDate 小于 7)
- userCumulate(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
查询用户总量数据(最多跨度7天,endDate - startDate 小于 7)
- UserCumulate - Class in me.hao0.wechat.model.data.user
-
用户累计数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- UserCumulate() - Constructor for class me.hao0.wechat.model.data.user.UserCumulate
-
- UserInfo - Class in me.hao0.wechat.model.user
-
用户信息(未关注,但已手动授权)
Author: haolin
Email: haolin.h0@gmail.com
- UserInfo() - Constructor for class me.hao0.wechat.model.user.UserInfo
-
- UserList - Class in me.hao0.wechat.model.user
-
用户列表信息
Created by y27chen on 2016/3/16.
- UserList() - Constructor for class me.hao0.wechat.model.user.UserList
-
- UserList.UserListRecord - Class in me.hao0.wechat.model.user
-
- UserListRecord() - Constructor for class me.hao0.wechat.model.user.UserList.UserListRecord
-
- Users - Class in me.hao0.wechat.core
-
用户组件
Author: haolin
Email: haolin.h0@gmail.com
Date: 18/11/15
- UserSession - Class in me.hao0.wechat.model.customer
-
用户会话状态
Author: haolin
Email: haolin.h0@gmail.com
Date: 7/11/15
- UserSession() - Constructor for class me.hao0.wechat.model.customer.UserSession
-
- UserSource - Enum in me.hao0.wechat.model.data.user
-
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- UserSourceDeserializer - Class in me.hao0.wechat.serializer
-
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- UserSourceDeserializer() - Constructor for class me.hao0.wechat.serializer.UserSourceDeserializer
-
- userSummary(String, String) - Method in class me.hao0.wechat.core.Datas
-
查询用户增量数据(最多跨度7天,endDate - startDate 小于 7)
- userSummary(String, String, Callback<List<UserSummary>>) - Method in class me.hao0.wechat.core.Datas
-
查询用户增量数据(最多跨度7天,endDate - startDate 小于 7)
- userSummary(String, String, String, Callback<List<UserSummary>>) - Method in class me.hao0.wechat.core.Datas
-
查询用户增量数据(最多跨度7天,endDate - startDate 小于 7)
- userSummary(String, String, String) - Method in class me.hao0.wechat.core.Datas
-
查询用户增量数据(最多跨度7天,endDate - startDate 小于 7)
- UserSummary - Class in me.hao0.wechat.model.data.user
-
用户增量数据
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
- UserSummary() - Constructor for class me.hao0.wechat.model.data.user.UserSummary
-
- value() - Method in enum me.hao0.wechat.model.data.article.ArticleShareScene
-
- value() - Method in enum me.hao0.wechat.model.data.article.ArticleSource
-
- value() - Method in enum me.hao0.wechat.model.data.msg.MsgType
-
- value() - Method in enum me.hao0.wechat.model.data.user.UserSource
-
- value() - Method in enum me.hao0.wechat.model.material.MaterialType
-
- value() - Method in enum me.hao0.wechat.model.material.MaterialUploadType
-
- value - Variable in enum me.hao0.wechat.model.menu.MenuType
-
- value() - Method in enum me.hao0.wechat.model.menu.MenuType
-
- value() - Method in enum me.hao0.wechat.model.message.receive.event.RecvEventType
-
- value() - Method in enum me.hao0.wechat.model.message.receive.RecvMessageType
-
- value() - Method in enum me.hao0.wechat.model.message.resp.RespMessageType
-
- value() - Method in enum me.hao0.wechat.model.message.send.SendMessageType
-
- value() - Method in enum me.hao0.wechat.model.qrcode.QrcodeType
-
- valueOf(String) - Static method in enum me.hao0.wechat.model.base.AuthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.data.article.ArticleShareScene
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.data.article.ArticleSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.data.msg.MsgType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.data.user.UserSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.js.TicketType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.material.MaterialType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.material.MaterialUploadType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.menu.MenuType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.message.receive.event.RecvEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.message.receive.RecvMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.message.resp.RespMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.message.send.SendMessageScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.message.send.SendMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum me.hao0.wechat.model.qrcode.QrcodeType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum me.hao0.wechat.model.base.AuthType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.data.article.ArticleShareScene
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.data.article.ArticleSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.data.msg.MsgType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.data.user.UserSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.js.TicketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.material.MaterialType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.material.MaterialUploadType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.menu.MenuType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.message.receive.event.RecvEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.message.receive.RecvMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.message.resp.RespMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.message.send.SendMessageScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.message.send.SendMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum me.hao0.wechat.model.qrcode.QrcodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- view(String, String) - Method in class me.hao0.wechat.core.MenuBuilder
-
创建一个VIEW一级菜单
- view(Menu, String, String) - Method in class me.hao0.wechat.core.MenuBuilder
-
创建一个VIEW二级菜单