Uses of Enum Class
me.zhyd.oauth.enums.AuthUserGender
Packages that use AuthUserGender
-
Uses of AuthUserGender in me.zhyd.oauth.enums
Methods in me.zhyd.oauth.enums that return AuthUserGenderModifier and TypeMethodDescriptionstatic AuthUserGenderAuthUserGender.getRealGender(String originalGender) 获取用户的实际性别,常规网站static AuthUserGenderAuthUserGender.getWechatRealGender(String originalGender) 获取微信平台用户的实际性别,0表示未定义,1表示男性,2表示女性static AuthUserGenderReturns the enum constant of this class with the specified name.static AuthUserGender[]AuthUserGender.values()Returns an array containing the constants of this enum class, in the order they are declared.