Index
All Classes|All Packages
A
- addUsersToCampaign(Long, List<String>) - Method in class io.getlime.push.client.PushServerClient
-
Add a list of users to a specific campaign
C
- createApplication(Long) - Method in class io.getlime.push.client.PushServerClient
-
Create application credentials entity.
- createCampaign(Long, PushMessageBody) - Method in class io.getlime.push.client.PushServerClient
-
Create a campaign.
- createDevice(Long, String, MobilePlatform) - Method in class io.getlime.push.client.PushServerClient
-
Register anonymous device to the push server.
- createDevice(Long, String, MobilePlatform, String) - Method in class io.getlime.push.client.PushServerClient
-
Register device associated with activation ID to the push server.
- createDeviceForActivations(Long, String, MobilePlatform, List<String>) - Method in class io.getlime.push.client.PushServerClient
-
Register device associated with multiple activation IDs to the push server.
D
- deleteCampaign(Long) - Method in class io.getlime.push.client.PushServerClient
-
Delete a campaign specified with campaignId.
- deleteDevice(Long, String) - Method in class io.getlime.push.client.PushServerClient
-
Remove device from the push server
- deleteUsersFromCampaign(Long, List<String>) - Method in class io.getlime.push.client.PushServerClient
-
Delete a list of users from specific campaign.
G
- getApplicationDetail(Long, boolean, boolean) - Method in class io.getlime.push.client.PushServerClient
-
Get detail for an application credentials entity.
- getApplicationList() - Method in class io.getlime.push.client.PushServerClient
-
Get list of application credentials entities.
- getCampaign(Long) - Method in class io.getlime.push.client.PushServerClient
-
Get a campaign specified with campaignID.
- getError() - Method in exception io.getlime.push.client.PushServerClientException
-
Get error object.
- getListOfCampaigns(boolean) - Method in class io.getlime.push.client.PushServerClient
-
Get list of campaigns, dependent on all param
- getListOfUsersFromCampaign(Long, int, int) - Method in class io.getlime.push.client.PushServerClient
-
Get a list of users in paged format from specific campaign
- getServiceStatus() - Method in class io.getlime.push.client.PushServerClient
-
Returns service information
- getUnconfiguredApplicationList() - Method in class io.getlime.push.client.PushServerClient
-
Get list of applications which are not yet configured in Push Server but exist in PowerAuth server.
I
- io.getlime.push.client - package io.getlime.push.client
P
- PushServerClient - Class in io.getlime.push.client
-
Simple class for interacting with the push server RESTful API.
- PushServerClient(String) - Constructor for class io.getlime.push.client.PushServerClient
-
Main constructor with the push server base URL.
- PushServerClientError - Class in io.getlime.push.client
-
Base error class for push client.
- PushServerClientError(String) - Constructor for class io.getlime.push.client.PushServerClientError
-
Constructor with error message.
- PushServerClientException - Exception in io.getlime.push.client
-
Class representing a simple push server client error exception.
- PushServerClientException(Error) - Constructor for exception io.getlime.push.client.PushServerClientException
-
Constructor with error object.
- PushServerClientException(String) - Constructor for exception io.getlime.push.client.PushServerClientException
-
Constructor with message.
- PushServerClientException(String, Error) - Constructor for exception io.getlime.push.client.PushServerClientException
-
Constructor with message and error object.
- PushServerClientException(String, Throwable, boolean, boolean, Error) - Constructor for exception io.getlime.push.client.PushServerClientException
-
Constructor with message, cause, error object, that also contains flags if there is writable stack trace and if suppression is possible.
- PushServerClientException(String, Throwable, Error) - Constructor for exception io.getlime.push.client.PushServerClientException
-
Constructor with message, cause and error object.
- PushServerClientException(Throwable, Error) - Constructor for exception io.getlime.push.client.PushServerClientException
-
Constructor with cause and error object.
R
- removeAndroid(Long) - Method in class io.getlime.push.client.PushServerClient
-
Remove Android record from an application credentials entity.
- removeIos(Long) - Method in class io.getlime.push.client.PushServerClient
-
Remove iOS record from an application credentials entity.
S
- sendCampaign(Long) - Method in class io.getlime.push.client.PushServerClient
-
Send a specific campaign to users carrying this campaignID in PushCampaignUser model, but only once per device identified by token.
- sendPushMessage(Long, PushMessage) - Method in class io.getlime.push.client.PushServerClient
-
Send a single push message to application with given ID.
- sendPushMessageBatch(Long, List<PushMessage>) - Method in class io.getlime.push.client.PushServerClient
-
Send a push message batch to application with given ID.
- sendTestCampaign(Long, String) - Method in class io.getlime.push.client.PushServerClient
-
Send a campaign on test user for trying its correctness.
- setError(Error) - Method in exception io.getlime.push.client.PushServerClientException
-
Set error object.
U
- updateAndroid(Long, String, byte[]) - Method in class io.getlime.push.client.PushServerClient
-
Update Android details for an application credentials entity.
- updateDeviceStatus(String) - Method in class io.getlime.push.client.PushServerClient
-
Update activation status for given device registration.
- updateIos(Long, String, String, String, String, byte[]) - Method in class io.getlime.push.client.PushServerClient
-
Update iOS details for an application credentials entity.
All Classes|All Packages