| 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(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrioritySerializer.serialize(Priority value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.