public static enum BatchResponse.Action extends Enum<BatchResponse.Action>
public static final BatchResponse.Action create
public static final BatchResponse.Action index
public static final BatchResponse.Action delete
public static final BatchResponse.Action update
public static BatchResponse.Action[] values()
for (BatchResponse.Action c : BatchResponse.Action.values()) System.out.println(c);
public static BatchResponse.Action valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022. All rights reserved.