Uses of Class
com.foxinmy.weixin4j.qy.type.InviteType
-
Packages that use InviteType Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.qy.type -
-
Uses of InviteType in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return InviteType Modifier and Type Method Description InviteType
WeixinProxy. inviteUser(String userId, String tips)
邀请成员关注(管理员须拥有该成员的查看权限) -
Uses of InviteType in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return InviteType Modifier and Type Method Description InviteType
UserApi. inviteUser(String userId, String tips)
邀请成员关注(管理员须拥有该成员的查看权限) -
Uses of InviteType in com.foxinmy.weixin4j.qy.type
Methods in com.foxinmy.weixin4j.qy.type that return InviteType Modifier and Type Method Description static InviteType
InviteType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InviteType[]
InviteType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-