public enum NamespaceOperation extends Enum<NamespaceOperation>
| Enum Constant and Description |
|---|
ADD_BUNDLE |
CLEAR_BACKLOG |
CREATE_TOPIC |
DELETE_BUNDLE |
DELETE_TOPIC |
GET_BUNDLE |
GET_PERMISSION |
GET_TOPIC |
GET_TOPICS |
GRANT_PERMISSION |
PACKAGES |
REVOKE_PERMISSION |
UNSUBSCRIBE |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamespaceOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamespaceOperation CREATE_TOPIC
public static final NamespaceOperation GET_TOPIC
public static final NamespaceOperation GET_TOPICS
public static final NamespaceOperation DELETE_TOPIC
public static final NamespaceOperation ADD_BUNDLE
public static final NamespaceOperation DELETE_BUNDLE
public static final NamespaceOperation GET_BUNDLE
public static final NamespaceOperation GET_PERMISSION
public static final NamespaceOperation GRANT_PERMISSION
public static final NamespaceOperation REVOKE_PERMISSION
public static final NamespaceOperation CLEAR_BACKLOG
public static final NamespaceOperation UNSUBSCRIBE
public static final NamespaceOperation PACKAGES
public static NamespaceOperation[] values()
for (NamespaceOperation c : NamespaceOperation.values()) System.out.println(c);
public static NamespaceOperation 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 © 2017–2022 Apache Software Foundation. All rights reserved.