public class ListOfPushes
extends java.lang.Object
Pushbullet API: https://docs.pushbullet.com
! ATTENTION ! Classical Java naming conventions can't be respected here. The name of variables must respect the deserialized Pushbullet json fields.
Push| Constructor and Description |
|---|
ListOfPushes() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Push> |
getPushes()
Get the list of pushes.
|
public java.util.List<Push> getPushes()