public static enum VClassConstant.AuthType extends Enum<VClassConstant.AuthType>
| 枚举常量和说明 |
|---|
CODE
观看条件:验证码观看
|
DIRECT
观看条件:直接授权
|
NULL
观看条件:无条件
|
WHITE_LIST
观看条件:白名单
|
public static final VClassConstant.AuthType NULL
public static final VClassConstant.AuthType WHITE_LIST
public static final VClassConstant.AuthType CODE
public static final VClassConstant.AuthType DIRECT
public static VClassConstant.AuthType[] values()
for (VClassConstant.AuthType c : VClassConstant.AuthType.values()) System.out.println(c);
public static VClassConstant.AuthType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.