Uses of Class
dev.vality.damsel.webhooker.WebhookParams
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of WebhookParams in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker declared as WebhookParams Modifier and Type Field Description WebhookParamsWebhookManagerSrv.Create_args. webhook_paramsMethods in dev.vality.damsel.webhooker that return WebhookParams Modifier and Type Method Description WebhookParamsWebhookParams. deepCopy()WebhookParamsWebhookManagerSrv.Create_args. getWebhookParams()WebhookParamsWebhookParams. setEventFilter(EventFilter event_filter)WebhookParamsWebhookParams. setPartyId(String party_id)WebhookParamsWebhookParams. setUrl(String url)Methods in dev.vality.damsel.webhooker with parameters of type WebhookParams Modifier and Type Method Description intWebhookParams. compareTo(WebhookParams other)voidWebhookManagerSrv.AsyncClient. create(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voidWebhookManagerSrv.AsyncIface. create(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)WebhookWebhookManagerSrv.Client. create(WebhookParams webhook_params)WebhookWebhookManagerSrv.Iface. create(WebhookParams webhook_params)booleanWebhookParams. equals(WebhookParams that)voidWebhookManagerSrv.Client. sendCreate(WebhookParams webhook_params)WebhookManagerSrv.Create_argsWebhookManagerSrv.Create_args. setWebhookParams(WebhookParams webhook_params)Constructors in dev.vality.damsel.webhooker with parameters of type WebhookParams Constructor Description Create_args(WebhookParams webhook_params)Create_call(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)WebhookParams(WebhookParams other)Performs a deep copy on other.