Modifier and Type | Method and Description |
---|---|
static RealtimeField |
RealtimeField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealtimeField |
RealtimeField.valueOfIgnoreCase(String fieldName)
Returns the enum constant of this type with the specified name.
|
static RealtimeField[] |
RealtimeField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionBuilder |
SubscriptionBuilder.addField(RealtimeField field)
Adds field to the list of fields that will be monitored in real time.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionBuilder |
SubscriptionBuilder.addFields(Collection<RealtimeField> fields)
Adds fields to the list of fields that will be monitored in real time.
|
Copyright © 2013. All Rights Reserved.