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