Uses of Class
com.foxinmy.weixin4j.qy.type.LoginUserType
-
Packages that use LoginUserType Package Description com.foxinmy.weixin4j.qy.model com.foxinmy.weixin4j.qy.type -
-
Uses of LoginUserType in com.foxinmy.weixin4j.qy.model
Methods in com.foxinmy.weixin4j.qy.model that return LoginUserType Modifier and Type Method Description LoginUserType
OUserInfo. getFormatUserType()
-
Uses of LoginUserType in com.foxinmy.weixin4j.qy.type
Methods in com.foxinmy.weixin4j.qy.type that return LoginUserType Modifier and Type Method Description static LoginUserType
LoginUserType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoginUserType[]
LoginUserType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-