| Package | Description |
|---|---|
| fi.foyt.foursquare.api.entities.notifications |
Package containing Foursquare notification model
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
NotificationType.getByName(String name)
Returns NotificationType by JSON name
|
NotificationType |
Notification.getType()
Returns notification type
|
static NotificationType |
NotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
NotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Notification(NotificationType type,
T item)
Constructor
|
Copyright © 2014 Foyt. All Rights Reserved.