◆ getContactId()
String org.turro.elephant.entities.db.PushSubscription.getContactId |
( |
| ) |
|
◆ getEndpoint()
String org.turro.elephant.entities.db.PushSubscription.getEndpoint |
( |
| ) |
|
◆ getIContact()
IContact org.turro.elephant.entities.db.PushSubscription.getIContact |
( |
| ) |
|
Definition at line 79 of file PushSubscription.java.
80 if(_contact ==
null) {
81 _contact = Contacts.getContactById(contactId);
◆ getPrivateKey()
String org.turro.elephant.entities.db.PushSubscription.getPrivateKey |
( |
| ) |
|
◆ getPublicKey()
String org.turro.elephant.entities.db.PushSubscription.getPublicKey |
( |
| ) |
|
◆ setContactId()
void org.turro.elephant.entities.db.PushSubscription.setContactId |
( |
String |
contactId | ) |
|
◆ setEndpoint()
void org.turro.elephant.entities.db.PushSubscription.setEndpoint |
( |
String |
endpoint | ) |
|
◆ setPrivateKey()
void org.turro.elephant.entities.db.PushSubscription.setPrivateKey |
( |
String |
privateKey | ) |
|
◆ setPublicKey()
void org.turro.elephant.entities.db.PushSubscription.setPublicKey |
( |
String |
publicKey | ) |
|
The documentation for this class was generated from the following file: