Uses of Class
com.foxinmy.weixin4j.mp.model.AuthorizerOption.AuthorizerOptionName
-
Packages that use AuthorizerOption.AuthorizerOptionName Package Description com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model -
-
Uses of AuthorizerOption.AuthorizerOptionName in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type AuthorizerOption.AuthorizerOptionName Modifier and Type Method Description AuthorizerOption
ComponentApi. getAuthorizerOption(String authAppId, AuthorizerOption.AuthorizerOptionName optionName)
获取授权方的公众号的选项设置信息,如:地理位置上报,语音识别开关,多客服开关。注意,获取各项选项设置信息 -
Uses of AuthorizerOption.AuthorizerOptionName in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return AuthorizerOption.AuthorizerOptionName Modifier and Type Method Description AuthorizerOption.AuthorizerOptionName
AuthorizerOption. getName()
static AuthorizerOption.AuthorizerOptionName
AuthorizerOption.AuthorizerOptionName. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizerOption.AuthorizerOptionName[]
AuthorizerOption.AuthorizerOptionName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.foxinmy.weixin4j.mp.model with parameters of type AuthorizerOption.AuthorizerOptionName Modifier and Type Method Description static AuthorizerOption
AuthorizerOption. parse(AuthorizerOption.AuthorizerOptionName optionName, int optionValue)
返回选项对象
-