public static enum ProtocolBufferTopicDetails.Attributes.UpdateMode extends Enum<ProtocolBufferTopicDetails.Attributes.UpdateMode>
Enum Constant and Description |
---|
FULL
Input messages passed to update methods are assumed to contain
the full topic state.
|
PARTIAL
Input messages passed to update methods are assumed to contain
only values for fields that are being changed.
|
Modifier and Type | Method and Description |
---|---|
static ProtocolBufferTopicDetails.Attributes.UpdateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolBufferTopicDetails.Attributes.UpdateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolBufferTopicDetails.Attributes.UpdateMode PARTIAL
This is the default mode.
public static final ProtocolBufferTopicDetails.Attributes.UpdateMode FULL
public static ProtocolBufferTopicDetails.Attributes.UpdateMode[] values()
for (ProtocolBufferTopicDetails.Attributes.UpdateMode c : ProtocolBufferTopicDetails.Attributes.UpdateMode.values()) System.out.println(c);
public static ProtocolBufferTopicDetails.Attributes.UpdateMode 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 © 2016 Push Technology Ltd. All Rights Reserved.