A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addTagUsers(int, List<String>, List<Integer>) - Method in class com.foxinmy.weixin4j.qy.api.TagApi
-
新增标签成员(标签对管理组可见且未加锁,成员属于管理组管辖范围。)
- addTagUsers(int, List<String>, List<Integer>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
新增标签成员(标签对管理组可见且未加锁,成员属于管理组管辖范围)
- agent_setting - com.foxinmy.weixin4j.qy.type.LoginTargetType
- AgentApi - Class in com.foxinmy.weixin4j.qy.api
-
管理应用接口
- AgentApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.AgentApi
- AgentAuthType - Enum in com.foxinmy.weixin4j.qy.type
-
管理员对应用的权限
- AgentInfo - Class in com.foxinmy.weixin4j.qy.model
-
企业号应用的设置信息
- AgentInfo() - Constructor for class com.foxinmy.weixin4j.qy.model.AgentInfo
- AgentItem() - Constructor for class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- AgentOverview - Class in com.foxinmy.weixin4j.qy.model
-
企业号应用的概况信息
- AgentOverview() - Constructor for class com.foxinmy.weixin4j.qy.model.AgentOverview
- AgentSetter - Class in com.foxinmy.weixin4j.qy.model
-
设置企业号应用
- AgentSetter(int) - Constructor for class com.foxinmy.weixin4j.qy.model.AgentSetter
- ASSESS_TOKEN_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
-
企业号获取token的url
- AuthInfo() - Constructor for class com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
- authsucc(String) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
开启二次验证成功时调用(管理员须拥有userid对应员工的管理权限)
B
- BASE_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
- BatchApi - Class in com.foxinmy.weixin4j.qy.api
-
批量异步任务API
- BatchApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.BatchApi
- batchDeleteUser(List<String>) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
批量删除成员
- batchDeleteUser(List<String>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
批量删除成员
- batchInviteUser(IdParameter, Callback, String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
批量邀请成员关注
- batchReplaceParty(String, Callback) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
批量覆盖部门,本接口以partyid为键,全量覆盖企业号通讯录组织架构,任务完成后企业号通讯录组织架构与提交的文件完全保持一致。
- batchReplaceUser(String, Callback) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
批量覆盖成员,本接口以userid为主键,全量覆盖企业号通讯录成员,任务完成后企业号通讯录成员与提交的文件完全保持一致。
- BatchResult - Class in com.foxinmy.weixin4j.qy.model
-
异步任务执行结果
- BatchResult() - Constructor for class com.foxinmy.weixin4j.qy.model.BatchResult
- BatchStatus - Enum in com.foxinmy.weixin4j.qy.type
-
异步任务的状态
- batchSyncUser(String, Callback) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
批量更新成员,本接口以userid为主键,增量更新企业号通讯录成员。
- BatchType - Enum in com.foxinmy.weixin4j.qy.type
-
异步任务的类型
- batchUploadParties(List<Party>) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
批量上传部门
- batchUploadParties(List<Party>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
批量上传部门
- batchUploadUsers(List<User>) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
批量上传成员
- batchUploadUsers(List<User>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
批量上传成员
- BOTH - com.foxinmy.weixin4j.qy.type.UserStatus
-
0=全部
C
- cacheSuiteTicket(String, String) - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
缓存套件ticket
- Callback - Class in com.foxinmy.weixin4j.qy.model
-
调用某些接口时填入的回调信息
- Callback(String, String, String) - Constructor for class com.foxinmy.weixin4j.qy.model.Callback
- ChatApi - Class in com.foxinmy.weixin4j.qy.api
-
会话服务接口
- ChatApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.ChatApi
- ChatInfo - Class in com.foxinmy.weixin4j.qy.model
-
聊天会话信息
- ChatInfo() - Constructor for class com.foxinmy.weixin4j.qy.model.ChatInfo
- ChatInfo(String) - Constructor for class com.foxinmy.weixin4j.qy.model.ChatInfo
- ChatInfo(String, String, String...) - Constructor for class com.foxinmy.weixin4j.qy.model.ChatInfo
- ChatMessage - Class in com.foxinmy.weixin4j.qy.message
-
会话消息对象
- ChatMessage(String, ChatType, String, ChatTuple) - Constructor for class com.foxinmy.weixin4j.qy.message.ChatMessage
- ChatMute - Class in com.foxinmy.weixin4j.qy.model
-
成员新消息免打扰
- ChatMute(String) - Constructor for class com.foxinmy.weixin4j.qy.model.ChatMute
-
默认关闭免打扰
- ChatMute(String, boolean) - Constructor for class com.foxinmy.weixin4j.qy.model.ChatMute
-
传入true时开启免打扰
- ChatType - Enum in com.foxinmy.weixin4j.qy.type
-
会话类型
- clearChatNotify(String, String, ChatType) - Method in class com.foxinmy.weixin4j.qy.api.ChatApi
-
清除会话未读状态
- clearChatNotify(String, String, ChatType) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
清除会话未读状态
- com.foxinmy.weixin4j.qy - package com.foxinmy.weixin4j.qy
- com.foxinmy.weixin4j.qy.api - package com.foxinmy.weixin4j.qy.api
- com.foxinmy.weixin4j.qy.jssdk - package com.foxinmy.weixin4j.qy.jssdk
- com.foxinmy.weixin4j.qy.message - package com.foxinmy.weixin4j.qy.message
- com.foxinmy.weixin4j.qy.model - package com.foxinmy.weixin4j.qy.model
- com.foxinmy.weixin4j.qy.suite - package com.foxinmy.weixin4j.qy.suite
- com.foxinmy.weixin4j.qy.token - package com.foxinmy.weixin4j.qy.token
- com.foxinmy.weixin4j.qy.type - package com.foxinmy.weixin4j.qy.type
- contact - com.foxinmy.weixin4j.qy.type.LoginTargetType
- Contacts - Class in com.foxinmy.weixin4j.qy.model
-
通讯录
- Contacts() - Constructor for class com.foxinmy.weixin4j.qy.model.Contacts
- CORP - com.foxinmy.weixin4j.qy.type.CorporateType
-
企业
- CorpInfo - Class in com.foxinmy.weixin4j.qy.model
-
授权方企业号信息
- CorpInfo() - Constructor for class com.foxinmy.weixin4j.qy.model.CorpInfo
- CorporateType - Enum in com.foxinmy.weixin4j.qy.type
-
企业类型
- CorpType - Enum in com.foxinmy.weixin4j.qy.type
-
授权方企业号类型
- countMaterialMedia(int) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
获取永久媒体素材的总数
- countMaterialMedia(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取永久媒体素材的总数
- create() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinSuitePreCodeCreator
- create() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinSuiteTokenCreator
- create() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinTokenSuiteCreator
- create() - Method in class com.foxinmy.weixin4j.qy.token.WeixinProviderTokenCreator
- create() - Method in class com.foxinmy.weixin4j.qy.token.WeixinTicketCreator
- create() - Method in class com.foxinmy.weixin4j.qy.token.WeixinTokenCreator
- createChat(ChatInfo) - Method in class com.foxinmy.weixin4j.qy.api.ChatApi
-
创建会话 如果会话id为空,程序会自动生成一个唯一ID
- createChat(ChatInfo) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
创建会话 如果会话id为空,程序会自动生成一个唯一ID
- createMenu(int, List<Button>) - Method in class com.foxinmy.weixin4j.qy.api.MenuApi
-
自定义菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式)
- createMenu(int, List<Button>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
自定义菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式)
- createParty(Party) - Method in class com.foxinmy.weixin4j.qy.api.PartyApi
-
创建部门(根部门的parentid为1)
- createParty(Party) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
创建部门(根部门的parentid为1)
- createTag(Tag) - Method in class com.foxinmy.weixin4j.qy.api.TagApi
-
创建标签(创建的标签属于管理组;默认为加锁状态。加锁状态下只有本管理组才可以增删成员,解锁状态下其它管理组也可以增删成员)
- createTag(Tag) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
创建标签(创建的标签属于管理组;默认为未加锁状态)
- createUser(User) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
创建成员
- createUser(User) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
创建成员
- createUser(User, InputStream) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
创建成员
- createUser(User, InputStream) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
创建成员
- CREATOR - com.foxinmy.weixin4j.qy.type.LoginUserType
-
企业号创建者
- CustomeMessage - Class in com.foxinmy.weixin4j.qy.message
-
客服消息对象
- CustomeMessage(CustomeMessage.CustomeTarget, CustomeMessage.CustomeTarget, NotifyTuple) - Constructor for class com.foxinmy.weixin4j.qy.message.CustomeMessage
- CustomeMessage.CustomeIdType - Enum in com.foxinmy.weixin4j.qy.message
-
用户类型
- CustomeMessage.CustomeTarget - Class in com.foxinmy.weixin4j.qy.message
-
消息对象
- CustomeTarget(CustomeMessage.CustomeIdType, String) - Constructor for class com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeTarget
D
- deleteMaterialMedia(int, String) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
删除永久媒体素材
- deleteMaterialMedia(int, String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
删除永久媒体素材
- deleteMenu(int) - Method in class com.foxinmy.weixin4j.qy.api.MenuApi
-
删除菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式)
- deleteMenu(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
删除菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式)
- deleteParty(int) - Method in class com.foxinmy.weixin4j.qy.api.PartyApi
-
删除部门(不能删除根部门;不能删除含有子部门、成员的部门)
- deleteParty(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
删除部门(不能删除根部门;不能删除含有子部门、成员的部门)
- deleteTag(int) - Method in class com.foxinmy.weixin4j.qy.api.TagApi
-
删除标签(管理组必须是指定标签的创建者,并且标签的成员列表为空。)
- deleteTag(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
删除标签(管理组必须是指定标签的创建者 并且标签的成员列表为空)
- deleteTagUsers(int, List<String>, List<Integer>) - Method in class com.foxinmy.weixin4j.qy.api.TagApi
-
删除标签成员(标签对管理组未加锁,成员属于管理组管辖范围)
- deleteTagUsers(int, List<String>, List<Integer>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
删除标签成员(标签对管理组可见且未加锁,成员属于管理组管辖范围)
- deleteUser(String) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
删除成员
- deleteUser(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
删除成员
- DepartItem() - Constructor for class com.foxinmy.weixin4j.qy.model.OUserInfo.DepartItem
- DIALOG - com.foxinmy.weixin4j.qy.type.ReportLocationType
-
进入回话上报
- DONE - com.foxinmy.weixin4j.qy.type.BatchStatus
-
完成
- downloadArticle(int, String) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
下载永久图文素材
- downloadArticle(int, String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
下载永久图文素材
- downloadMedia(int, String) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
下载媒体文件
- downloadMedia(int, String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
下载媒体文件
E
- EMAIL - com.foxinmy.weixin4j.qy.type.InviteType
-
邮件邀请
- equals(Object) - Method in class com.foxinmy.weixin4j.qy.model.User
- exchangeAuthInfo(String) - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
临时授权码换取授权方的永久授权码,并换取授权信息、企业access_token
- external - com.foxinmy.weixin4j.qy.type.KfType
-
外部客服
F
- FOLLOW - com.foxinmy.weixin4j.qy.type.UserStatus
-
1=已关注
- FROZEN - com.foxinmy.weixin4j.qy.type.UserStatus
-
2=已冻结
G
- get() - Static method in class com.foxinmy.weixin4j.qy.model.IdParameter
- getAdminInfo() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- getAesKey() - Method in class com.foxinmy.weixin4j.qy.model.Callback
- getAgent(int) - Method in class com.foxinmy.weixin4j.qy.api.AgentApi
-
获取企业号某个应用的基本信息,包括头像、昵称、帐号类型、认证类型、可见范围等信息
- getAgent(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取企业号某个应用的基本信息,包括头像、昵称、帐号类型、认证类型、可见范围等信息
- getAgent(String, int) - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
获取企业号应用
- getAgentId() - Method in class com.foxinmy.weixin4j.qy.message.NotifyMessage
- getAgentId() - Method in class com.foxinmy.weixin4j.qy.model.AgentOverview
- getAgentId() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- getAgentInfo() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- getAgentItems() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
- getAgentMax() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getAllowPartyIds() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- getAllowPartys() - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- getAllowTagIds() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- getAllowTags() - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- getAllowUserIds() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- getAllowUsers() - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- getApiGroup() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- getAppId() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- getAuthInfo() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- getAuthInfo(String) - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
获取企业号的授权信息
- getAuthType() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- getAvatar() - Method in class com.foxinmy.weixin4j.qy.model.User
- getBatchResult(String) - Method in class com.foxinmy.weixin4j.qy.api.BatchApi
-
获取异步任务执行的结果
- getBatchResult(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取异步任务执行的结果
- getChat(String) - Method in class com.foxinmy.weixin4j.qy.api.ChatApi
-
获取会话
- getChat(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取会话
- getChatId() - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- getChatSecret() - Method in class com.foxinmy.weixin4j.qy.model.WeixinQyAccount
- getChatTuple() - Method in class com.foxinmy.weixin4j.qy.message.ChatMessage
- getChatType() - Method in class com.foxinmy.weixin4j.qy.message.ChatMessage
- getCode() - Method in enum com.foxinmy.weixin4j.qy.type.BatchStatus
- getCode() - Method in enum com.foxinmy.weixin4j.qy.type.BatchType
- getCorpId() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getCorpInfo() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- getCorpName() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getCorporateType() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getCorpType() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getDepartItems() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
- getDescription() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- getEmail() - Method in class com.foxinmy.weixin4j.qy.model.User
- getEnable() - Method in class com.foxinmy.weixin4j.qy.model.User
- getEnglishName() - Method in class com.foxinmy.weixin4j.qy.model.User
- getExtattr() - Method in class com.foxinmy.weixin4j.qy.model.User
- getExtraPartyIds() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- getExtraTagIds() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- getExtraUserIds() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- getFormatAuthType() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- getFormatCorporateType() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getFormatCorpType() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getFormatEnable() - Method in class com.foxinmy.weixin4j.qy.model.User
- getFormatGender() - Method in class com.foxinmy.weixin4j.qy.model.User
- getFormatLevel() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- getFormatStatus() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- getFormatStatus() - Method in class com.foxinmy.weixin4j.qy.model.ChatMute
- getFormatStatus() - Method in class com.foxinmy.weixin4j.qy.model.User
- getFormatType() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- getFormatUserType() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- getFormatVerifiedEndTime() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getFullName() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getGender() - Method in class com.foxinmy.weixin4j.qy.model.User
- getHomeUrl() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- getId() - Method in class com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeTarget
- getId() - Method in class com.foxinmy.weixin4j.qy.model.Party
- getId() - Method in class com.foxinmy.weixin4j.qy.model.Tag
- getIsLeader() - Method in class com.foxinmy.weixin4j.qy.model.User
- getKfList(KfType) - Method in class com.foxinmy.weixin4j.qy.api.NotifyApi
-
获取客服列表
- getKfList(KfType) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取客服列表
- getLevel() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- getLevel() - Method in enum com.foxinmy.weixin4j.qy.model.PrivilegeLevel
- getLimitTypes() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- getLoginUrl(String, LoginTargetType, int) - Method in class com.foxinmy.weixin4j.qy.api.ProviderApi
-
获取登录企业号官网的url
- getLoginUrl(String, LoginTargetType, int) - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
获取登录企业号官网的url
- getLogoMediaId() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- getMembers() - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- getMenu(int) - Method in class com.foxinmy.weixin4j.qy.api.MenuApi
-
查询菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式。)
- getMenu(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
查询菜单(管理员须拥有应用的管理权限 并且应用必须设置在回调模式。)
- getMobile() - Method in class com.foxinmy.weixin4j.qy.model.User
- getMode() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- getName() - Method in class com.foxinmy.weixin4j.qy.model.AgentOverview
- getName() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- getName() - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- getName() - Method in class com.foxinmy.weixin4j.qy.model.Party
- getName() - Method in class com.foxinmy.weixin4j.qy.model.Tag
- getName() - Method in class com.foxinmy.weixin4j.qy.model.User
- getOauthApi() - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取oauth授权API
- getOrder() - Method in class com.foxinmy.weixin4j.qy.model.Party
- getOrder() - Method in class com.foxinmy.weixin4j.qy.model.User
- getOUserInfoByCode(String) - Method in class com.foxinmy.weixin4j.qy.api.ProviderApi
-
第三方套件获取企业号管理员登录信息
- getOUserInfoByCode(String) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
获取企业号管理员登录信息
- getOUserInfoByCode(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取企业号管理员登录信息
- getOUserInfoByCode(String) - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
第三方套件获取企业号管理员登录信息
- getOwner() - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- getParameter() - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
-
生成某些接口需要的目标参数 如发送客服消息接口
- getParentId() - Method in class com.foxinmy.weixin4j.qy.model.Party
- getPartyIds() - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
- getPartyIds() - Method in class com.foxinmy.weixin4j.qy.model.User
- getPartys() - Method in class com.foxinmy.weixin4j.qy.model.Contacts
- getPercentAge() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- getPerTicketManager(String) - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
应用套件永久授权码:企业号的永久授权码
- getPerTokenManager(String) - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
获取企业号access_token(永久授权码)
- getPosition() - Method in class com.foxinmy.weixin4j.qy.model.User
- getPreCodeManager() - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
应用套件预授权码
- getPreSuiteTicket(String) - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
获取套件的预授权码 需先缓存ticket
- getPrivilege() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- getProviderSecret() - Method in class com.foxinmy.weixin4j.qy.model.WeixinQyAccount
- getReceiver() - Method in class com.foxinmy.weixin4j.qy.message.CustomeMessage
- getRedirectDomain() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- getRedirectLoginInfo() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- getRemainTime() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- getReportLocationType() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- getResult() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- getRoundLogoUrl() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getSafe() - Method in class com.foxinmy.weixin4j.qy.message.NotifyMessage
- getSelectedDepartmentIds() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- getSelectedTagIds() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- getSelectedUserIds() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- getSender() - Method in class com.foxinmy.weixin4j.qy.message.CustomeMessage
- getSenderId() - Method in class com.foxinmy.weixin4j.qy.message.ChatMessage
- getSquareLogoUrl() - Method in class com.foxinmy.weixin4j.qy.model.AgentOverview
- getSquareLogoUrl() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getStatus() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- getStatus() - Method in class com.foxinmy.weixin4j.qy.model.ChatMute
- getStatus() - Method in class com.foxinmy.weixin4j.qy.model.User
- getSuiteAuthorizationURL(String) - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
应用套件授权 需先缓存ticket redirectUri默认填写weixin4j.properties#suite.oauth.redirect.uri state默认填写state
- getSuiteAuthorizationURL(String, String, String) - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
应用套件授权 需先缓存ticket,在授权完成之后需要调用SuiteApi#exchangeAuthInfo方法 ,否则无法缓存token相关导致后续的组件接口调用失败
- getSuites() - Method in class com.foxinmy.weixin4j.qy.model.WeixinQyAccount
- getTagIds() - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
- getTags() - Method in class com.foxinmy.weixin4j.qy.model.Contacts
- getTagUsers(int) - Method in class com.foxinmy.weixin4j.qy.api.TagApi
-
获取标签成员(管理组须拥有“获取标签成员”的接口权限,返回列表仅包含管理组管辖范围的成员。)
- getTagUsers(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取标签成员(管理组须拥有“获取标签成员”的接口权限,标签须对管理组可见;返回列表仅包含管理组管辖范围的成员)
- getTarget() - Method in class com.foxinmy.weixin4j.qy.message.NotifyMessage
- getTargetId() - Method in class com.foxinmy.weixin4j.qy.message.ChatMessage
- getTelephone() - Method in class com.foxinmy.weixin4j.qy.model.User
- getThirdAuthorizationURL() - Method in class com.foxinmy.weixin4j.qy.api.OauthApi
-
企业号第三方提供商登陆授权 redirectUri默认填写weixin4j.properties#third.oauth.redirect.uri state默认填写state
- getTicketManager() - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
应用套件ticket
- getTicketManager(TicketType) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取JSSDK Ticket的tokenManager
- getToken() - Method in class com.foxinmy.weixin4j.qy.model.Callback
- getTokenManager() - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
应用套件token
- getTokenManager() - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
token获取
- getTotal() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- getTuple() - Method in class com.foxinmy.weixin4j.qy.message.CustomeMessage
- getTuple() - Method in class com.foxinmy.weixin4j.qy.message.NotifyMessage
- getType() - Method in class com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeTarget
- getType() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- getUrl() - Method in class com.foxinmy.weixin4j.qy.model.Callback
- getUser(String) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
获取成员
- getUser(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取成员信息
- getUserAuthorizationURL() - Method in class com.foxinmy.weixin4j.qy.api.OauthApi
-
企业号成员身份授权 redirectUri默认填写weixin4j.properties#user.oauth.redirect.uri state默认填写state
- getUserAuthorizationURL(String, String, String, Integer) - Method in class com.foxinmy.weixin4j.qy.api.OauthApi
-
企业号成员身份授权
- getUserByCode(String) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
根据code获取用户信息
- getUserByCode(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
code获取userid(管理员须拥有agent的使用权限;agentid必须和跳转链接时所在的企业应用ID相同。)
- getUserId() - Method in class com.foxinmy.weixin4j.qy.model.ChatMute
- getUserId() - Method in class com.foxinmy.weixin4j.qy.model.User
- getUserIdByCode(String) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
根据code获取成员ID信息
- getUserIdByCode(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
根据code获取成员ID信息
- getUserIds() - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
- getUserMax() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getUsers() - Method in class com.foxinmy.weixin4j.qy.model.Contacts
- getUserThirdAuthorizationURL(String, String, String) - Method in class com.foxinmy.weixin4j.qy.api.OauthApi
-
企业号成员登陆授权
- getUserType() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- getVal() - Method in enum com.foxinmy.weixin4j.qy.type.UserStatus
- getVerifiedEndTime() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- getWechatServerIp() - Method in class com.foxinmy.weixin4j.qy.api.HelperApi
-
获取微信服务器IP地址
- getWechatServerIp() - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取微信服务器IP地址
- getWeixinAccount() - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取微信账号信息
- getWeixinProxy(String, String) - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
创建WeixinProxy对象
- getWeixinQyAccount() - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
企业号信息
- getWxQrCode() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- GOVINS - com.foxinmy.weixin4j.qy.type.CorporateType
-
政府以及事业单位
- group - com.foxinmy.weixin4j.qy.type.ChatType
-
群聊
H
- hashCode() - Method in class com.foxinmy.weixin4j.qy.model.User
- HelperApi - Class in com.foxinmy.weixin4j.qy.api
-
辅助API
- HelperApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.HelperApi
I
- IDENTIFYING_READABLE - com.foxinmy.weixin4j.qy.model.PrivilegeLevel
-
标识只读
- IdParameter - Class in com.foxinmy.weixin4j.qy.model
-
id参数集
- IdParameter() - Constructor for class com.foxinmy.weixin4j.qy.model.IdParameter
- INFORMATION_READABLE - com.foxinmy.weixin4j.qy.model.PrivilegeLevel
-
信息只读
- INFORMATION_READABLE$WRITABLE - com.foxinmy.weixin4j.qy.model.PrivilegeLevel
-
信息读写
- INNERADMIN - com.foxinmy.weixin4j.qy.type.LoginUserType
-
企业号内部系统管理员
- internal - com.foxinmy.weixin4j.qy.type.KfType
-
内部客服
- INVITE_USER - com.foxinmy.weixin4j.qy.type.BatchType
-
邀请成员关注
- InviteType - Enum in com.foxinmy.weixin4j.qy.type
-
邀请类型
- inviteUser(IdParameter, Callback, String) - Method in class com.foxinmy.weixin4j.qy.api.BatchApi
-
批量邀请成员关注
- inviteUser(String, String) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
邀请成员关注(管理员须拥有该成员的查看权限)
- inviteUser(String, String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
邀请成员关注(管理员须拥有该成员的查看权限)
- isClose() - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- isInnerAdmin() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- isNewAuth() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
- isReportEnter() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- isSysAdmin() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- isWritable() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.DepartItem
J
- JS_TICKET_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
-
企业号jssdk获取token的url
- JSSDKContactConfigurator - Class in com.foxinmy.weixin4j.qy.jssdk
-
JSSDK联系人筛选配置
- JSSDKContactConfigurator(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
ticket保存类 可调用WeixinProxy#getTicketManager获取
- JSSDKContactParameter - Class in com.foxinmy.weixin4j.qy.jssdk
-
JSSDK联系人筛选参数
- JSSDKContactParameter() - Constructor for class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
K
- kf - com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeIdType
-
客服
- KfType - Enum in com.foxinmy.weixin4j.qy.type
-
客服类型
L
- LEVELADMIN - com.foxinmy.weixin4j.qy.type.LoginUserType
-
企业号分级管理员
- limitDepartment() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
限制部门
- limitTag() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
限制标签
- limitUser() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
限制用户
- listAgentOverview() - Method in class com.foxinmy.weixin4j.qy.api.AgentApi
-
获取应用概况列表
- listAgentOverview() - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取应用概况列表
- listAllMaterialMedia(int, MediaType) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
获取全部的媒体素材
- listAllMaterialMedia(int, MediaType) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取全部的媒体素材
- listAllUser(UserStatus) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
获取权限范围内的所有成员列表
- listAllUser(UserStatus) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取权限范围内的所有成员列表
- listMaterialMedia(int, MediaType, Pageable) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
获取媒体素材记录列表
- listMaterialMedia(int, MediaType, Pageable) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取媒体素材记录列表
- listParty(int) - Method in class com.foxinmy.weixin4j.qy.api.PartyApi
-
查询部门列表(以部门的order字段从小到大排列)
- listParty(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
查询部门列表(以部门的order字段从小到大排列)
- listTag() - Method in class com.foxinmy.weixin4j.qy.api.TagApi
-
获取标签列表
- listTag() - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取标签列表
- listUser(int) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
获取部门下所有状态成员(不进行递归)
- listUser(int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取部门下所有状态成员(不进行递归)
- listUser(int, boolean, UserStatus, boolean) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
获取部门成员
- listUser(int, boolean, UserStatus, boolean) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
获取部门成员
- LoginTargetType - Enum in com.foxinmy.weixin4j.qy.type
-
登录跳转到企业号后台的目标页面
- LoginUserType - Enum in com.foxinmy.weixin4j.qy.type
-
成员登录类型
M
- MANAGE - com.foxinmy.weixin4j.qy.type.AgentAuthType
-
管理权限
- MediaApi - Class in com.foxinmy.weixin4j.qy.api
-
媒体相关API
- MediaApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.MediaApi
- MEMBER - com.foxinmy.weixin4j.qy.type.LoginUserType
-
企业号成员
- MenuApi - Class in com.foxinmy.weixin4j.qy.api
-
菜单相关API
- MenuApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.MenuApi
- multiMode() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
多选模式
N
- name() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinSuitePreCodeCreator
- name() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinSuiteTokenCreator
- name() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinTokenSuiteCreator
- name() - Method in class com.foxinmy.weixin4j.qy.token.WeixinProviderTokenCreator
- name() - Method in class com.foxinmy.weixin4j.qy.token.WeixinTicketCreator
- name() - Method in class com.foxinmy.weixin4j.qy.token.WeixinTokenCreator
- NOT - com.foxinmy.weixin4j.qy.type.ReportLocationType
-
不上报
- NotifyApi - Class in com.foxinmy.weixin4j.qy.api
-
客服消息API
- NotifyApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.NotifyApi
- NotifyMessage - Class in com.foxinmy.weixin4j.qy.message
-
消息提醒对象
- NotifyMessage(int, NotifyTuple) - Constructor for class com.foxinmy.weixin4j.qy.message.NotifyMessage
- NotifyMessage(int, NotifyTuple, IdParameter, boolean) - Constructor for class com.foxinmy.weixin4j.qy.message.NotifyMessage
O
- OauthApi - Class in com.foxinmy.weixin4j.qy.api
-
企业号oauth授权
- OauthApi() - Constructor for class com.foxinmy.weixin4j.qy.api.OauthApi
-
默认使用weixin4j.properties里面的corpid、corpsecret信息
- OauthApi(WeixinAccount) - Constructor for class com.foxinmy.weixin4j.qy.api.OauthApi
-
传入corpid、appsecret信息
- openid - com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeIdType
-
公众号openid
- openid2userid(String) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
openid转换成userid:该接口主要应用于使用微信支付、微信红包和企业转账之后的结果查询, 开发者需要知道某个结果事件的openid对应企业号内成员的信息时,可以通过调用该接口进行转换查询。
- openid2userid(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
openid转换成userid:该接口主要应用于使用微信支付、微信红包和企业转账之后的结果查询, 开发者需要知道某个结果事件的openid对应企业号内成员的信息时,可以通过调用该接口进行转换查询。
- OTHER - com.foxinmy.weixin4j.qy.type.CorporateType
-
其他组织
- OUserInfo - Class in com.foxinmy.weixin4j.qy.model
-
企业号oauth授权登陆信息&\u7b2c\u4e09\u65b9\u5e94\u7528\u6388\u6743\u4fe1\u606f
- OUserInfo() - Constructor for class com.foxinmy.weixin4j.qy.model.OUserInfo
- OUserInfo.AgentItem - Class in com.foxinmy.weixin4j.qy.model
-
授权的应用信息
- OUserInfo.AuthInfo - Class in com.foxinmy.weixin4j.qy.model
-
授权信息
- OUserInfo.DepartItem - Class in com.foxinmy.weixin4j.qy.model
-
授权的通讯录部门
- OUTTERADMIN - com.foxinmy.weixin4j.qy.type.LoginUserType
-
企业号外部系统管理员
P
- Party - Class in com.foxinmy.weixin4j.qy.model
-
部门对象
- Party() - Constructor for class com.foxinmy.weixin4j.qy.model.Party
- Party(int, String, int) - Constructor for class com.foxinmy.weixin4j.qy.model.Party
- Party(String) - Constructor for class com.foxinmy.weixin4j.qy.model.Party
- PartyApi - Class in com.foxinmy.weixin4j.qy.api
-
部门API
- PartyApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.PartyApi
- partyIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
可选范围:部门ID列表(如果partyIds为0则表示显示管理组下所有部门)
- PERSIST - com.foxinmy.weixin4j.qy.type.ReportLocationType
-
持续上报
- PrivilegeInfo - Class in com.foxinmy.weixin4j.qy.model
-
权限信息
- PrivilegeInfo() - Constructor for class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- PrivilegeLevel - Enum in com.foxinmy.weixin4j.qy.model
-
权限级别
- PROCESS - com.foxinmy.weixin4j.qy.type.BatchStatus
-
进行中
- PROVIDER_TOKEN_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
-
企业号提供商获取token的url
- ProviderApi - Class in com.foxinmy.weixin4j.qy.api
-
服务商相关API
- ProviderApi(TokenManager, CacheStorager<Token>) - Constructor for class com.foxinmy.weixin4j.qy.api.ProviderApi
- pushExattr(String, String) - Method in class com.foxinmy.weixin4j.qy.model.User
- putLimitType(String...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- putPartyIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
-
新增部门ID列表,最多支持100个
- putSelectedDepartmentIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- putSelectedTagIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- putSelectedUserIds(String...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- putTagIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
-
新增标签ID列表
- putUserIds(String...) - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
-
增加成员ID列表,最多支持1000个
Q
- quitChat(String, String) - Method in class com.foxinmy.weixin4j.qy.api.ChatApi
-
退出会话
- quitChat(String, String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
退出会话
- QyApi - Class in com.foxinmy.weixin4j.qy.api
-
微信企业号API
- QyApi() - Constructor for class com.foxinmy.weixin4j.qy.api.QyApi
R
- REPLACE_PARTY - com.foxinmy.weixin4j.qy.type.BatchType
-
全量覆盖部门
- REPLACE_USER - com.foxinmy.weixin4j.qy.type.BatchType
-
全量覆盖成员
- replaceParty(String, Callback) - Method in class com.foxinmy.weixin4j.qy.api.BatchApi
-
批量覆盖部门,本接口以partyid为键,全量覆盖企业号通讯录组织架构,任务完成后企业号通讯录组织架构与提交的文件完全保持一致。
- replaceUser(String, Callback) - Method in class com.foxinmy.weixin4j.qy.api.BatchApi
-
批量覆盖成员,本接口以userid为主键,全量覆盖企业号通讯录成员,任务完成后企业号通讯录成员与提交的文件完全保持一致。
- ReportLocationType - Enum in com.foxinmy.weixin4j.qy.type
-
上报策略
S
- selectedDepartmentIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
已选部门ID
- selectedTagIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
已选标签ID
- selectedUserIds(String...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
已选用户ID
- send_msg - com.foxinmy.weixin4j.qy.type.LoginTargetType
- sendChatMessage(ChatMessage) - Method in class com.foxinmy.weixin4j.qy.api.ChatApi
-
发送消息
- sendChatMessage(ChatMessage) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
发送会话消息
- sendCustomeMessage(CustomeMessage) - Method in class com.foxinmy.weixin4j.qy.api.NotifyApi
-
发送客服消息
- sendCustomeMessage(CustomeMessage) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
发送客服消息
- sendNotifyMessage(NotifyMessage) - Method in class com.foxinmy.weixin4j.qy.api.NotifyApi
-
发送消息提醒(需要管理员对应用有使用权限,对收件人touser、toparty、totag有查看权限,否则本次调用失败)
- sendNotifyMessage(NotifyMessage) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
发送消息提醒(需要管理员对应用有使用权限,对收件人touser、toparty、totag有查看权限,否则本次调用失败)
- SEPARATOR - Static variable in class com.foxinmy.weixin4j.qy.model.IdParameter
- SEPARATORS - Static variable in class com.foxinmy.weixin4j.qy.model.IdParameter
- setAdminInfo(User) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- setAgent(AgentSetter) - Method in class com.foxinmy.weixin4j.qy.api.AgentApi
-
设置企业应用的选项设置信息,如:地理位置上报等
- setAgent(AgentSetter) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
设置企业应用的选项设置信息,如:地理位置上报等
- setAgent(String, AgentSetter) - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
设置企业应用的选项设置信息,如:地理位置上报等
- setAgentId(int) - Method in class com.foxinmy.weixin4j.qy.model.AgentOverview
- setAgentId(int) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setAgentInfo(List<OUserInfo.AgentItem>) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- setAgentItems(List<OUserInfo.AgentItem>) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
- setAgentMax(Integer) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setAllowPartyIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- setAllowPartys(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- setAllowTagIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- setAllowTags(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- setAllowUserIds(List<String>) - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- setAllowUsers(List<User>) - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- setApiGroup(List<String>) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- setAppId(int) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- setAuthInfo(OUserInfo.AuthInfo) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- setAuthType(int) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- setAvatar(String) - Method in class com.foxinmy.weixin4j.qy.model.User
- setChatId(String) - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- setChatMute(List<ChatMute>) - Method in class com.foxinmy.weixin4j.qy.api.ChatApi
-
设置成员接收到的消息是否提醒。主要场景是用于对接企业im的在线状态,如成员处于在线状态时,可以设置该成员的消息免打扰。当成员离线时,关闭免打扰状态 ,对微信端进行提醒。
- setChatMute(List<ChatMute>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
设置成员接收到的消息是否提醒。主要场景是用于对接企业im的在线状态,如成员处于在线状态时,可以设置该成员的消息免打扰。当成员离线时,关闭免打扰状态 ,对微信端进行提醒。
- setClose(boolean) - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- setCorpId(String) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setCorpInfo(CorpInfo) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- setCorpName(String) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setCorporateType(int) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setCorpType(String) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setDepartItems(List<OUserInfo.DepartItem>) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
- setDescription(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setEmail(String) - Method in class com.foxinmy.weixin4j.qy.model.User
- setEnable(boolean) - Method in class com.foxinmy.weixin4j.qy.model.User
- setEnable(Boolean) - Method in class com.foxinmy.weixin4j.qy.model.User
- setEnglishName(String) - Method in class com.foxinmy.weixin4j.qy.model.User
- setExtattr(NameValue...) - Method in class com.foxinmy.weixin4j.qy.model.User
- setExtattr(List<NameValue>) - Method in class com.foxinmy.weixin4j.qy.model.User
- setExtraPartyIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- setExtraTagIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- setExtraUserIds(List<String>) - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- setFullName(String) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setGender(Integer) - Method in class com.foxinmy.weixin4j.qy.model.User
- setHomeUrl(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setId(int) - Method in class com.foxinmy.weixin4j.qy.model.Party
- setId(int) - Method in class com.foxinmy.weixin4j.qy.model.Tag
- setInnerAdmin(boolean) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- setIsLeader(Boolean) - Method in class com.foxinmy.weixin4j.qy.model.User
- setLevel(int) - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- setLimitTypes(List<String>) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- setLogoMediaid(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setLogoMediaId(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setMembers(String...) - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- setMembers(List<String>) - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- setMobile(String) - Method in class com.foxinmy.weixin4j.qy.model.User
- setMode(String) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- setName(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentOverview
- setName(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setName(String) - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- setName(String) - Method in class com.foxinmy.weixin4j.qy.model.Party
- setName(String) - Method in class com.foxinmy.weixin4j.qy.model.Tag
- setName(String) - Method in class com.foxinmy.weixin4j.qy.model.User
- setNewAuth(boolean) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
- setOrder(long) - Method in class com.foxinmy.weixin4j.qy.model.Party
- setOrder(List<Long>) - Method in class com.foxinmy.weixin4j.qy.model.User
- setOwner(String) - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- setParentId(int) - Method in class com.foxinmy.weixin4j.qy.model.Party
- setPartyIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.model.User
- setPartyIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
- setPartyIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.User
- setPartys(List<Party>) - Method in class com.foxinmy.weixin4j.qy.model.Contacts
- setPercentAge(int) - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- setPosition(String) - Method in class com.foxinmy.weixin4j.qy.model.User
- setPrivilege(PrivilegeInfo) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- setRedirectDomain(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setRedirectLoginInfo(Token) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- setRemainTime(int) - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- setReportEnter(boolean) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setReportLocationType(ReportLocationType) - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- setResult(JSONArray) - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- setRoundLogoUrl(String) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setSafe(boolean) - Method in class com.foxinmy.weixin4j.qy.message.NotifyMessage
- setSelectedDepartmentIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- setSelectedTagIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- setSelectedUserIds(List<String>) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- setSquareLogoUrl(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- setSquareLogoUrl(String) - Method in class com.foxinmy.weixin4j.qy.model.AgentOverview
- setSquareLogoUrl(String) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setStatus(int) - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- setStatus(Integer) - Method in class com.foxinmy.weixin4j.qy.model.User
- setSuiteSession(int...) - Method in class com.foxinmy.weixin4j.qy.api.SuiteApi
-
设置套件授权配置:如果需要对某次授权进行配置,则调用本接口,目前仅可以设置哪些应用可以授权,不调用则默认允许所有应用进行授权。
- setSysAdmin(boolean) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- setTagIds(List<Integer>) - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
- setTags(List<Tag>) - Method in class com.foxinmy.weixin4j.qy.model.Contacts
- setTarget(IdParameter) - Method in class com.foxinmy.weixin4j.qy.message.NotifyMessage
- setTelephone(String) - Method in class com.foxinmy.weixin4j.qy.model.User
- setTotal(int) - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- setType(String) - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- setUserId(String) - Method in class com.foxinmy.weixin4j.qy.model.User
- setUserIds(List<String>) - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
- setUserMax(Integer) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setUsers(List<User>) - Method in class com.foxinmy.weixin4j.qy.model.Contacts
- setUserType(int) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- setVerifiedEndTime(long) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- setWritable(boolean) - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.DepartItem
- setWxQrCode(String) - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- single - com.foxinmy.weixin4j.qy.type.ChatType
-
单聊
- singleMode() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
单选模式
- START - com.foxinmy.weixin4j.qy.type.BatchStatus
-
开始
- suite() - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
获取套件接口对象(只关注第一个套件
- suite(String) - Method in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
获取套件接口对象(多个套件
- SUITE_OAUTH_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
-
应用套件oauth授权
- SUITE_PRE_CODE_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
-
企业号第三方应用套件获取预授权码的url
- SUITE_TICKET_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
-
企业号获取ticket的url
- SUITE_TOKEN_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
-
企业号第三方应用套件获取token的url
- SuiteApi - Class in com.foxinmy.weixin4j.qy.api
-
第三方应用套件
- SuiteApi(TicketManager) - Constructor for class com.foxinmy.weixin4j.qy.api.SuiteApi
- SYNC_USER - com.foxinmy.weixin4j.qy.type.BatchType
-
增量更新成员
- syncUser(String, Callback) - Method in class com.foxinmy.weixin4j.qy.api.BatchApi
-
批量更新成员,本接口以userid为主键,增量更新企业号通讯录成员。
T
- Tag - Class in com.foxinmy.weixin4j.qy.model
-
标签对象
- Tag() - Constructor for class com.foxinmy.weixin4j.qy.model.Tag
- Tag(int, String) - Constructor for class com.foxinmy.weixin4j.qy.model.Tag
- Tag(String) - Constructor for class com.foxinmy.weixin4j.qy.model.Tag
- TagApi - Class in com.foxinmy.weixin4j.qy.api
-
标签API
- TagApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.TagApi
- tagIds(Integer...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
可选范围:标签ID列表(如果tagIds为0则表示显示所有标签)
- TEAM - com.foxinmy.weixin4j.qy.type.CorporateType
-
团队号
- test - com.foxinmy.weixin4j.qy.type.CorpType
-
体验号
- third_admin - com.foxinmy.weixin4j.qy.type.LoginTargetType
- toJSONConfig(String) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
生成config配置JSON串
- toJSONConfig(String, JSSDKContactParameter) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
生成config配置JSON串
- TOKEN_SUITE_URL - Static variable in class com.foxinmy.weixin4j.qy.type.URLConsts
-
企业号第三方应用套件获取企业号access_token的url
- toString() - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactParameter
- toString() - Method in class com.foxinmy.weixin4j.qy.message.ChatMessage
- toString() - Method in class com.foxinmy.weixin4j.qy.message.CustomeMessage
- toString() - Method in class com.foxinmy.weixin4j.qy.message.NotifyMessage
- toString() - Method in class com.foxinmy.weixin4j.qy.model.AgentInfo
- toString() - Method in class com.foxinmy.weixin4j.qy.model.AgentOverview
- toString() - Method in class com.foxinmy.weixin4j.qy.model.AgentSetter
- toString() - Method in class com.foxinmy.weixin4j.qy.model.BatchResult
- toString() - Method in class com.foxinmy.weixin4j.qy.model.Callback
- toString() - Method in class com.foxinmy.weixin4j.qy.model.ChatInfo
- toString() - Method in class com.foxinmy.weixin4j.qy.model.ChatMute
- toString() - Method in class com.foxinmy.weixin4j.qy.model.Contacts
- toString() - Method in class com.foxinmy.weixin4j.qy.model.CorpInfo
- toString() - Method in class com.foxinmy.weixin4j.qy.model.IdParameter
- toString() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
- toString() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
- toString() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo.DepartItem
- toString() - Method in class com.foxinmy.weixin4j.qy.model.OUserInfo
- toString() - Method in class com.foxinmy.weixin4j.qy.model.Party
- toString() - Method in class com.foxinmy.weixin4j.qy.model.PrivilegeInfo
- toString() - Method in class com.foxinmy.weixin4j.qy.model.Tag
- toString() - Method in class com.foxinmy.weixin4j.qy.model.User
- toString() - Method in class com.foxinmy.weixin4j.qy.model.WeixinQyAccount
- typeFilter - Static variable in class com.foxinmy.weixin4j.qy.api.AgentApi
U
- UNFOLLOW - com.foxinmy.weixin4j.qy.type.UserStatus
-
4=未关注
- uniqueid() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinSuitePreCodeCreator
- uniqueid() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinSuiteTokenCreator
- uniqueid() - Method in class com.foxinmy.weixin4j.qy.suite.WeixinTokenSuiteCreator
- uniqueid() - Method in class com.foxinmy.weixin4j.qy.token.WeixinProviderTokenCreator
- uniqueid() - Method in class com.foxinmy.weixin4j.qy.token.WeixinTicketCreator
- uniqueid() - Method in class com.foxinmy.weixin4j.qy.token.WeixinTokenCreator
- unverified - com.foxinmy.weixin4j.qy.type.CorpType
-
注册号
- updateChat(ChatInfo, String, List<String>, List<String>) - Method in class com.foxinmy.weixin4j.qy.api.ChatApi
-
更新会话
- updateChat(ChatInfo, String, List<String>, List<String>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
更新会话
- updateMaterialArticle(int, String, List<MpArticle>) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
修改永久图文素材
- updateMaterialArticle(int, String, List<MpArticle>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
修改永久图文素材
- updateParty(Party) - Method in class com.foxinmy.weixin4j.qy.api.PartyApi
-
更新部门(如果非必须的字段未指定 则不更新该字段之前的设置值)
- updateParty(Party) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
更新部门(如果非必须的字段未指定 则不更新该字段之前的设置值)
- updateTag(Tag) - Method in class com.foxinmy.weixin4j.qy.api.TagApi
-
更新标签(管理组必须是指定标签的创建者)
- updateTag(Tag) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
更新标签(管理组必须是指定标签的创建者)
- updateUser(User) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
更新用户(如果非必须的字段未指定 则不更新该字段之前的设置值)
- updateUser(User) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
更新用户(如果非必须的字段未指定 则不更新该字段之前的设置值)
- updateUser(User, InputStream) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
更新用户(如果非必须的字段未指定 则不更新该字段之前的设置值)
- updateUser(User, InputStream) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
更新用户(如果非必须的字段未指定 则不更新该字段之前的设置值)
- uploadImage(InputStream, String) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
上传图文消息内的图片:用于上传图片到企业号服务端,接口返回图片url,请注意,该url仅可用于图文消息的发送, 且每个企业每天最多只能上传100张图片。
- uploadImage(InputStream, String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
上传图文消息内的图片:用于上传图片到企业号服务端,接口返回图片url,请注意,该url仅可用于图文消息的发送, 且每个企业每天最多只能上传100张图片。
- uploadMaterialArticle(int, List<MpArticle>) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
上传永久图文素材
- uploadMaterialArticle(int, List<MpArticle>) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
上传永久图文素材
- uploadMedia(int, InputStream, String) - Method in class com.foxinmy.weixin4j.qy.api.MediaApi
-
上传媒体文件:分别有图片(image)、语音(voice)、视频(video),普通文件(file)
- uploadMedia(int, InputStream, String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
上传媒体文件
- URLConsts - Class in com.foxinmy.weixin4j.qy.type
-
URL常量类
- URLConsts() - Constructor for class com.foxinmy.weixin4j.qy.type.URLConsts
- USE - com.foxinmy.weixin4j.qy.type.AgentAuthType
-
使用权限
- User - Class in com.foxinmy.weixin4j.qy.model
-
部门成员对象
- User() - Constructor for class com.foxinmy.weixin4j.qy.model.User
- User(String, String) - Constructor for class com.foxinmy.weixin4j.qy.model.User
- UserApi - Class in com.foxinmy.weixin4j.qy.api
-
成员API
- UserApi(TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.api.UserApi
- userAuthsucc(String) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
开启二次验证成功时调用(管理员须拥有userid对应员工的管理权限)
- userid - com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeIdType
-
企业员工userid
- userid2openid(String, int) - Method in class com.foxinmy.weixin4j.qy.api.UserApi
-
userid转换成openid:该接口使用场景为微信支付、微信红包和企业转账,企业号用户在使用微信支付的功能时, 需要自行将企业号的userid转成openid。 在使用微信红包功能时,需要将应用id和userid转成appid和openid才能使用。
- userid2openid(String, int) - Method in class com.foxinmy.weixin4j.qy.WeixinProxy
-
userid转换成openid:该接口使用场景为微信支付、微信红包和企业转账,企业号用户在使用微信支付的功能时, 需要自行将企业号的userid转成openid。 在使用微信红包功能时,需要将应用id和userid转成appid和openid才能使用。
- userIds(String...) - Method in class com.foxinmy.weixin4j.qy.jssdk.JSSDKContactConfigurator
-
可选范围:用户ID列表
- UserStatus - Enum in com.foxinmy.weixin4j.qy.type
-
成员状态
V
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeIdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.model.PrivilegeLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.AgentAuthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.BatchStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.BatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.ChatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.CorporateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.CorpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.InviteType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.KfType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.LoginTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.LoginUserType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.ReportLocationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.foxinmy.weixin4j.qy.type.UserStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeIdType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.model.PrivilegeLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.AgentAuthType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.BatchStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.BatchType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.ChatType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.CorporateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.CorpType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.InviteType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.KfType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.LoginTargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.LoginUserType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.ReportLocationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.foxinmy.weixin4j.qy.type.UserStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verified - com.foxinmy.weixin4j.qy.type.CorpType
-
认证号
- VERSION - Static variable in class com.foxinmy.weixin4j.qy.WeixinProxy
- VERSION - Static variable in class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
W
- WEIXIN - com.foxinmy.weixin4j.qy.type.InviteType
-
微信邀请
- weixinBundle() - Method in class com.foxinmy.weixin4j.qy.api.QyApi
- WeixinProviderTokenCreator - Class in com.foxinmy.weixin4j.qy.token
-
微信企业号应用提供商凭证创建
- WeixinProviderTokenCreator(String, String) - Constructor for class com.foxinmy.weixin4j.qy.token.WeixinProviderTokenCreator
- WeixinProxy - Class in com.foxinmy.weixin4j.qy
-
微信企业号接口实现
- WeixinProxy() - Constructor for class com.foxinmy.weixin4j.qy.WeixinProxy
-
微信接口实现(使用weixin4j.properties配置的account账号信息, 使用FileCacheStorager文件方式缓存TOKEN)
- WeixinProxy(CacheStorager<Token>) - Constructor for class com.foxinmy.weixin4j.qy.WeixinProxy
-
微信接口实现(使用weixin4j.properties配置的account账号信息)
- WeixinProxy(WeixinAccount, CacheStorager<Token>) - Constructor for class com.foxinmy.weixin4j.qy.WeixinProxy
-
微信接口实现
- WeixinProxy(PerTicketManager, TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.WeixinProxy
-
第三方套件(永久授权码机制)
- WeixinQyAccount - Class in com.foxinmy.weixin4j.qy.model
-
微信企业号信息
- WeixinQyAccount(String, String, List<WeixinAccount>, String, String) - Constructor for class com.foxinmy.weixin4j.qy.model.WeixinQyAccount
- WeixinSuitePreCodeCreator - Class in com.foxinmy.weixin4j.qy.suite
-
微信企业号应用套件预授权码创建
- WeixinSuitePreCodeCreator(TokenManager, String) - Constructor for class com.foxinmy.weixin4j.qy.suite.WeixinSuitePreCodeCreator
- WeixinSuiteProxy - Class in com.foxinmy.weixin4j.qy
-
微信第三方应用接口实现
- WeixinSuiteProxy() - Constructor for class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
微信第三方套件接口实现(使用weixin4j.properties配置的account账号信息, 使用FileCacheStorager文件方式缓存TOKEN)
- WeixinSuiteProxy(CacheStorager<Token>) - Constructor for class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
微信第三方套件接口实现(使用weixin4j.properties配置的account账号信息)
- WeixinSuiteProxy(WeixinQyAccount, CacheStorager<Token>) - Constructor for class com.foxinmy.weixin4j.qy.WeixinSuiteProxy
-
微信第三方套件接口实现
- WeixinSuiteTokenCreator - Class in com.foxinmy.weixin4j.qy.suite
-
微信企业号应用套件凭证创建
- WeixinSuiteTokenCreator(TicketManager) - Constructor for class com.foxinmy.weixin4j.qy.suite.WeixinSuiteTokenCreator
- WeixinTicketCreator - Class in com.foxinmy.weixin4j.qy.token
-
微信企业号TICKET创建(包括jsticket、其它JSSDK所需的ticket的创建
- WeixinTicketCreator(TicketType, TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.token.WeixinTicketCreator
- WeixinTokenCreator - Class in com.foxinmy.weixin4j.qy.token
-
微信企业号TOKEN创建
- WeixinTokenCreator(String, String) - Constructor for class com.foxinmy.weixin4j.qy.token.WeixinTokenCreator
- WeixinTokenSuiteCreator - Class in com.foxinmy.weixin4j.qy.suite
-
微信企业号token创建(永久授权码)
- WeixinTokenSuiteCreator(PerTicketManager, TokenManager) - Constructor for class com.foxinmy.weixin4j.qy.suite.WeixinTokenSuiteCreator
All Classes All Packages