| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.message | |
| org.jboss.aerogear.unifiedpush.message.json |
| Modifier and Type | Method and Description |
|---|---|
Priority |
Message.getPriority() |
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setPriority(Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
Priority |
PriorityDeserializer.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrioritySerializer.serialize(Priority value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.