@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class NotificationRuleParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationRuleParams.TriggerEventEnum
Trigger event type
|
| Constructor and Description |
|---|
NotificationRuleParams() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleParams |
callbackHandle(String callbackHandle) |
boolean |
equals(Object o) |
String |
getCallbackHandle()
An arbitrary string that finAPI will include into the notifications that it sends based on this rule and that you can use to identify the notification in your application.
|
Map<String,String> |
getParams()
Additional parameters that are specific to the chosen trigger event type.
|
NotificationRuleParams.TriggerEventEnum |
getTriggerEvent()
Trigger event type
|
int |
hashCode() |
NotificationRuleParams |
includeDetails(Boolean includeDetails) |
Boolean |
isIncludeDetails()
Whether the notification messages that will be sent based on this rule should contain encrypted detailed data or not
|
NotificationRuleParams |
params(Map<String,String> params) |
NotificationRuleParams |
putParamsItem(String key,
String paramsItem) |
void |
setCallbackHandle(String callbackHandle) |
void |
setIncludeDetails(Boolean includeDetails) |
void |
setParams(Map<String,String> params) |
void |
setTriggerEvent(NotificationRuleParams.TriggerEventEnum triggerEvent) |
String |
toString() |
NotificationRuleParams |
triggerEvent(NotificationRuleParams.TriggerEventEnum triggerEvent) |
public NotificationRuleParams triggerEvent(NotificationRuleParams.TriggerEventEnum triggerEvent)
public NotificationRuleParams.TriggerEventEnum getTriggerEvent()
public void setTriggerEvent(NotificationRuleParams.TriggerEventEnum triggerEvent)
public NotificationRuleParams params(Map<String,String> params)
public NotificationRuleParams putParamsItem(String key, String paramsItem)
public Map<String,String> getParams()
public NotificationRuleParams callbackHandle(String callbackHandle)
public String getCallbackHandle()
public void setCallbackHandle(String callbackHandle)
public NotificationRuleParams includeDetails(Boolean includeDetails)
public Boolean isIncludeDetails()
public void setIncludeDetails(Boolean includeDetails)
Copyright © 2018. All rights reserved.