- getBody() - Method in exception com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClientException
-
Returns the http body that was returned in the http response.
- getBody() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the body for the push notification.
- getCreationDate() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the timestamp when the push notification is created as an epoch time in milliseconds.
- getCustomIdentifier() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the custom identifier for the push notification.
- getDeliveryDate() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the timestamp when the push notification must be delivered as an epoch time in milliseconds.
- getDeviceToken() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotificationTarget
-
Returns the device token of the device where the push notification must be sent to.
- getExpirationAmount() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the expiration amount of the push notification.
- getExpirationType() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the expiration type of the push notification.
- getHostname() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClientConfig
-
Returns the host name that is used when connecting to Gluon CloudLink.
- getIdentifier() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the internal unique identifier for this push notification.
- getList(String, Function<ObjectData, T>) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClient
-
Retrieve a list with the specified identifier.
- getList(String, Class<T>) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClient
-
Retrieve a list with the specified identifier.
- getLogLevel() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClientConfig
-
Returns the log level of the CloudLinkClient.
- getMaxAmount() - Method in enum com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification.ExpirationType
-
- getObject(String, Function<ObjectData, T>) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClient
-
Retrieve an object with the specified identifier.
- getObject(String, Class<T>) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClient
-
Retrieve an object with the specified identifier.
- getPayload() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.ObjectData
-
The payload of the object which is the object serialized into a JSON string.
- getPriority() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the priority for the push notification.
- getServerKey() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClientConfig
-
Returns the server key that will be used to authenticate your Gluon CloudLink Application when connecting to
Gluon CloudLink.
- getStatus() - Method in exception com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClientException
-
Returns the http status code that was defined in the http response.
- getTarget() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the targets where the push notification needs to be sent to.
- getTitle() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Returns the title for the push notification.
- getTopic() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotificationTarget
-
Returns the name of the topic where a device must be subscribed to in order to
receive the push notification.
- getType() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotificationTarget
-
Returns the type of the target.
- getUid() - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.ObjectData
-
The unique identifier of the object within your Gluon Application.
- sendPushNotification(PushNotification) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClient
-
Send a push notification.
- setBody(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the body for the push notification.
- setCloudLinkClientConfig(CloudLinkClientConfig) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClient
-
- setCreationDate(long) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the timestamp when the push notification is created as an epoch time in milliseconds.
- setCustomIdentifier(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the custom identifier for the push notification.
- setDeliveryDate(long) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the timestamp when the push notification must be delivered as an epoch time in milliseconds
- setDeviceToken(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotificationTarget
-
Sets the device token of the device where the push notification must be sent to.
- setExpirationAmount(int) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the expiration amount of the push notification that is used in combination with the expiration type
to calculate the expiration time.
- setExpirationType(PushNotification.ExpirationType) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the expiration type of the push notification that is used in combination with the expiration amount
to calculate the expiration time.
- setHostname(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClientConfig
-
Sets the host name to use when connecting to Gluon CloudLink.
- setIdentifier(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the internal unique identifier for this push notification.
- setInvisible(boolean) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Set the value to true
to enable silent push notifications.
- setLogLevel(Level) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClientConfig
-
Sets the log level of the CloudLinkClient.
- setPayload(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.ObjectData
-
Sets the payload of the object as a serialized JSON string.
- setPriority(PushNotification.Priority) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the priority for the push notification.
- setServerKey(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.CloudLinkClientConfig
-
Sets the server key to use for authentication your Gluon CloudLink Application.
- setTarget(PushNotificationTarget) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the targets where the push notification needs to be sent to.
- setTitle(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotification
-
Sets the title for the push notification.
- setTopic(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotificationTarget
-
Sets the name of the topic where a device must be subscribed to in order to
receive the push notification.
- setType(PushNotificationTarget.Type) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.PushNotificationTarget
-
Sets the type of the target.
- setUid(String) - Method in class com.gluonhq.cloudlink.enterprise.sdk.javaee.domain.ObjectData
-
Sets the unique identifier of the object.