public enum EventTag extends Enum<EventTag>
| Modifier and Type | Method and Description |
|---|---|
static EventTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTag SECRET_CREATE
public static final EventTag SECRET_CREATEORUPDATE
public static final EventTag SECRET_UPDATE
public static final EventTag SECRET_CHANGEVERSION
public static final EventTag SECRET_DELETE
public static final EventTag SECRET_BACKFILLEXPIRY
public static final EventTag SECRET_READCONTENT
public static final EventTag GROUP_CREATE
public static final EventTag GROUP_DELETE
public static final EventTag GROUP_BACKUP
public static final EventTag CLIENT_CREATE
public static final EventTag CLIENT_DELETE
public static final EventTag CHANGEACL_GROUP_SECRET
public static final EventTag CHANGEACL_GROUP_CLIENT
public static final EventTag GENERATE_TOKEN
public static EventTag[] values()
for (EventTag c : EventTag.values()) System.out.println(c);
public static EventTag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Walmart, Inc.. All rights reserved.