Skip navigation links
A C G I P R S U 

A

Android() - Constructor for class io.getlime.push.model.entity.PushSendResult.Android
 

C

CreateDeviceRegistrationRequest - Class in io.getlime.push.model
Request object used for device registration.
CreateDeviceRegistrationRequest() - Constructor for class io.getlime.push.model.CreateDeviceRegistrationRequest
 

G

getActivationId() - Method in class io.getlime.push.model.CreateDeviceRegistrationRequest
Get PowerAuth 2.0 activation ID associated with given device registration.
getActivationId() - Method in class io.getlime.push.model.entity.PushMessage
Get PowerAuth 2.0 activation ID.
getActivationId() - Method in class io.getlime.push.model.UpdateStatusRequest
Get PowerAuth 2.0 Activation ID.
getAndroid() - Method in class io.getlime.push.model.entity.PushSendResult
Data associated with push messages sent to Android devices.
getAppId() - Method in class io.getlime.push.model.CreateDeviceRegistrationRequest
Get app ID associated with given device registration.
getAppId() - Method in class io.getlime.push.model.RemoveDeviceRegistrationRequest
Get app ID.
getAppId() - Method in class io.getlime.push.model.SendBatchMessageRequest
Get app ID.
getAppId() - Method in class io.getlime.push.model.SendPushMessageRequest
Get app ID.
getApplicationDisplayName() - Method in class io.getlime.push.model.SystemStatusResponse
Get the application display name.
getApplicationEnvironment() - Method in class io.getlime.push.model.SystemStatusResponse
Get application environment name.
getApplicationName() - Method in class io.getlime.push.model.SystemStatusResponse
Get the application name.
getBadge() - Method in class io.getlime.push.model.entity.PushMessageBody
App icon badge value (iOS only).
getBatch() - Method in class io.getlime.push.model.SendBatchMessageRequest
Set batch list with push notifications to be sent.
getBody() - Method in class io.getlime.push.model.entity.PushMessageBody
Get long message text, used as a notification body.
getCategory() - Method in class io.getlime.push.model.entity.PushMessageBody
Get the notification category, used to distinguish actions assinged with the notification.
getCollapseKey() - Method in class io.getlime.push.model.entity.PushMessageBody
Get the collapse key, used to collapse messages on the server in case messages cannot be delivered and as a tag / thread ID to group messages with the same content type.
getEncrypted() - Method in class io.getlime.push.model.entity.PushMessage
Specifies if the message data payload ('extras') should be encrypted using PowerAuth 2.0 end-to-end encryption.
getExtras() - Method in class io.getlime.push.model.entity.PushMessageBody
Get the map (Map<String, Object>) with optional message parameters.
getFailed() - Method in class io.getlime.push.model.entity.PushSendResult.Android
Get number of messages that were sent with failure.
getFailed() - Method in class io.getlime.push.model.entity.PushSendResult.iOS
Get number of messages that were sent with failure.
getIos() - Method in class io.getlime.push.model.entity.PushSendResult
Data associated with push messages sent to iOS devices.
getMessage() - Method in class io.getlime.push.model.entity.PushMessage
Get the push message contents.
getPersonal() - Method in class io.getlime.push.model.entity.PushMessage
Specifies if the message is personal.
getPlatform() - Method in class io.getlime.push.model.CreateDeviceRegistrationRequest
Get the platform name, either "ios" or "android".
getPush() - Method in class io.getlime.push.model.SendPushMessageRequest
Get push message to be sent.
getSent() - Method in class io.getlime.push.model.entity.PushSendResult.Android
Get number of messages that were sent successfully.
getSent() - Method in class io.getlime.push.model.entity.PushSendResult.iOS
Get number of messages that were sent successfully.
getSilent() - Method in class io.getlime.push.model.entity.PushMessage
Specifies if the message should be silent - it does not play any sound and trigger any displayable message.
getSound() - Method in class io.getlime.push.model.entity.PushMessageBody
Get the sound name to be played with the notification.
getTimestamp() - Method in class io.getlime.push.model.SystemStatusResponse
Get current timestamp.
getTitle() - Method in class io.getlime.push.model.entity.PushMessageBody
Push message title.
getToken() - Method in class io.getlime.push.model.CreateDeviceRegistrationRequest
Get APNs / FCM push token.
getToken() - Method in class io.getlime.push.model.RemoveDeviceRegistrationRequest
Get push token value.
getTotal() - Method in class io.getlime.push.model.entity.PushSendResult.Android
Get total number of messages that were attempted to send.
getTotal() - Method in class io.getlime.push.model.entity.PushSendResult.iOS
Get total number of messages that were attempted to send.
getUserId() - Method in class io.getlime.push.model.entity.PushMessage
Get user ID.
getValidUntil() - Method in class io.getlime.push.model.entity.PushMessageBody
Get notification delivery validity (timestamp message should live to in case it's not delivered immediately).

I

io.getlime.push.model - package io.getlime.push.model
 
io.getlime.push.model.entity - package io.getlime.push.model.entity
 
iOS() - Constructor for class io.getlime.push.model.entity.PushSendResult.iOS
 

P

PushMessage - Class in io.getlime.push.model.entity
Class representing a single push message io.getlime.push.controller.web.model.
PushMessage() - Constructor for class io.getlime.push.model.entity.PushMessage
 
PushMessageBody - Class in io.getlime.push.model.entity
Class representing a message body - the information that do not serve as a "message descriptor" but rather as payload.
PushMessageBody() - Constructor for class io.getlime.push.model.entity.PushMessageBody
 
PushSendResult - Class in io.getlime.push.model.entity
Class that contains push message sending result data.
PushSendResult() - Constructor for class io.getlime.push.model.entity.PushSendResult
 
PushSendResult.Android - Class in io.getlime.push.model.entity
 
PushSendResult.iOS - Class in io.getlime.push.model.entity
 

R

RemoveDeviceRegistrationRequest - Class in io.getlime.push.model
Class representing request object responsible for device registration removal.
RemoveDeviceRegistrationRequest() - Constructor for class io.getlime.push.model.RemoveDeviceRegistrationRequest
 

S

SendBatchMessageRequest - Class in io.getlime.push.model
Class representing a request for batch of push messages.
SendBatchMessageRequest() - Constructor for class io.getlime.push.model.SendBatchMessageRequest
 
SendPushMessageRequest - Class in io.getlime.push.model
Class representing a single push message send request.
SendPushMessageRequest() - Constructor for class io.getlime.push.model.SendPushMessageRequest
 
setActivationId(String) - Method in class io.getlime.push.model.CreateDeviceRegistrationRequest
Set PowerAuth 2.0 activation ID associated with given device registration.
setActivationId(String) - Method in class io.getlime.push.model.entity.PushMessage
Set PowerAuth 2.0 activation ID.
setActivationId(String) - Method in class io.getlime.push.model.UpdateStatusRequest
Set PowerAuth 2.0 Activation ID.
setAppId(Long) - Method in class io.getlime.push.model.CreateDeviceRegistrationRequest
Set app ID associated with given device registration.
setAppId(Long) - Method in class io.getlime.push.model.RemoveDeviceRegistrationRequest
Set app ID.
setAppId(Long) - Method in class io.getlime.push.model.SendBatchMessageRequest
Set app ID.
setAppId(Long) - Method in class io.getlime.push.model.SendPushMessageRequest
Set app ID.
setApplicationDisplayName(String) - Method in class io.getlime.push.model.SystemStatusResponse
Set the application display name.
setApplicationEnvironment(String) - Method in class io.getlime.push.model.SystemStatusResponse
Set application environment name.
setApplicationName(String) - Method in class io.getlime.push.model.SystemStatusResponse
Set the application name.
setBadge(Integer) - Method in class io.getlime.push.model.entity.PushMessageBody
Set app icon badge value (iOS only).
setBatch(List<PushMessage>) - Method in class io.getlime.push.model.SendBatchMessageRequest
Get batch list with push notifications to be sent.
setBody(String) - Method in class io.getlime.push.model.entity.PushMessageBody
Set long message text, used as a notification body.
setCategory(String) - Method in class io.getlime.push.model.entity.PushMessageBody
Set the notification category, used to distinguish actions assinged with the notification.
setCollapseKey(String) - Method in class io.getlime.push.model.entity.PushMessageBody
Set the collapse key, used to collapse messages on the server in case messages cannot be delivered and as a tag / thread ID to group messages with the same content type.
setEncrypted(Boolean) - Method in class io.getlime.push.model.entity.PushMessage
Sets if the message data payload ('extras') should be encrypted using PowerAuth 2.0 end-to-end encryption.
setExtras(Map<String, Object>) - Method in class io.getlime.push.model.entity.PushMessageBody
Set the map (Map<String, Object>) with optional message parameters.
setFailed(int) - Method in class io.getlime.push.model.entity.PushSendResult.Android
Set number of messages that were sent with failure.
setFailed(int) - Method in class io.getlime.push.model.entity.PushSendResult.iOS
Set number of messages that were sent with failure.
setMessage(PushMessageBody) - Method in class io.getlime.push.model.entity.PushMessage
Set the push message contents.
setPersonal(Boolean) - Method in class io.getlime.push.model.entity.PushMessage
Set if the message is personal.
setPlatform(String) - Method in class io.getlime.push.model.CreateDeviceRegistrationRequest
Set the platform name.
setPush(PushMessage) - Method in class io.getlime.push.model.SendPushMessageRequest
Set push message to be sent.
setSent(int) - Method in class io.getlime.push.model.entity.PushSendResult.Android
Set number of messages that were sent successfully.
setSent(int) - Method in class io.getlime.push.model.entity.PushSendResult.iOS
Set number of messages that were sent successfully.
setSilent(Boolean) - Method in class io.getlime.push.model.entity.PushMessage
Set if the message should be silent - it does not play any sound and trigger any displayable message.
setSound(String) - Method in class io.getlime.push.model.entity.PushMessageBody
Set the sound name to be played with the notification.
setTimestamp(Date) - Method in class io.getlime.push.model.SystemStatusResponse
Set current timestamp.
setTitle(String) - Method in class io.getlime.push.model.entity.PushMessageBody
Set push message title.
setToken(String) - Method in class io.getlime.push.model.CreateDeviceRegistrationRequest
Set APNs / FCM push token.
setToken(String) - Method in class io.getlime.push.model.RemoveDeviceRegistrationRequest
Set push token value.
setTotal(int) - Method in class io.getlime.push.model.entity.PushSendResult.Android
Set total number of messages that were attempted to send.
setTotal(int) - Method in class io.getlime.push.model.entity.PushSendResult.iOS
Set total number of messages that were attempted to send.
setUserId(String) - Method in class io.getlime.push.model.entity.PushMessage
Set user ID.
setValidUntil(Date) - Method in class io.getlime.push.model.entity.PushMessageBody
Set notification delivery validity (timestamp message should live to in case it's not delivered immediately).
SystemStatusResponse - Class in io.getlime.push.model
Response object for a system status call.
SystemStatusResponse() - Constructor for class io.getlime.push.model.SystemStatusResponse
 

U

UpdateStatusRequest - Class in io.getlime.push.model
Class representing request object responsible for updating activation status.
UpdateStatusRequest() - Constructor for class io.getlime.push.model.UpdateStatusRequest
 
A C G I P R S U 
Skip navigation links

Copyright © 2016–2017 Lime - HighTech Solutions Inc.. All rights reserved.