| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationRule |
NotificationRulesApi.createNotificationRule(NotificationRuleParams body)
Create a new notification rule
Create a new notification rule for a specific user.
|
NotificationRule |
NotificationRulesApi.getNotificationRule(Long id)
Get a notification rule
Get a single notification rule of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<NotificationRule> |
NotificationRulesApi.createNotificationRuleWithHttpInfo(NotificationRuleParams body)
Create a new notification rule
Create a new notification rule for a specific user.
|
ApiResponse<NotificationRule> |
NotificationRulesApi.getNotificationRuleWithHttpInfo(Long id)
Get a notification rule
Get a single notification rule of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
NotificationRulesApi.createNotificationRuleAsync(NotificationRuleParams body,
ApiCallback<NotificationRule> callback)
Create a new notification rule (asynchronously)
Create a new notification rule for a specific user.
|
com.squareup.okhttp.Call |
NotificationRulesApi.getNotificationRuleAsync(Long id,
ApiCallback<NotificationRule> callback)
Get a notification rule (asynchronously)
Get a single notification rule of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRule |
NotificationRule.callbackHandle(String callbackHandle) |
NotificationRule |
NotificationRule.id(Long id) |
NotificationRule |
NotificationRule.includeDetails(Boolean includeDetails) |
NotificationRule |
NotificationRule.params(Map<String,String> params) |
NotificationRule |
NotificationRule.putParamsItem(String key,
String paramsItem) |
NotificationRule |
NotificationRule.triggerEvent(NotificationRule.TriggerEventEnum triggerEvent) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationRule> |
NotificationRuleList.getNotificationRules()
List of notification rules
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleList |
NotificationRuleList.addNotificationRulesItem(NotificationRule notificationRulesItem) |
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleList |
NotificationRuleList.notificationRules(List<NotificationRule> notificationRules) |
void |
NotificationRuleList.setNotificationRules(List<NotificationRule> notificationRules) |
Copyright © 2018. All rights reserved.