public static enum AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation extends Enum<AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation>
Enum Constant and Description |
---|
ADDED
A subscription was added.
|
REMOVED
A subscription was removed.
|
Modifier and Type | Method and Description |
---|---|
static AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation ADDED
public static final AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation REMOVED
public static AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation 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 nullpublic static AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation[] values()
for (AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation c : AsyncReceiverSubscriptions.SubscriptionChangeListener.SubscriptionOperation.values()) System.out.println(c);
Copyright 2019-2024 Solace Corporation. All rights reserved.