public static enum NotificationInfo.EventType extends Enum<NotificationInfo.EventType>
| Enum Constant and Description |
|---|
OBJECT_ARCHIVE |
OBJECT_DELETE |
OBJECT_FINALIZE |
OBJECT_METADATA_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static NotificationInfo.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationInfo.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationInfo.EventType OBJECT_FINALIZE
public static final NotificationInfo.EventType OBJECT_METADATA_UPDATE
public static final NotificationInfo.EventType OBJECT_DELETE
public static final NotificationInfo.EventType OBJECT_ARCHIVE
public static NotificationInfo.EventType[] values()
for (NotificationInfo.EventType c : NotificationInfo.EventType.values()) System.out.println(c);
public static NotificationInfo.EventType 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 © 2023 Google LLC. All rights reserved.