Uses of Class
dev.vality.fistful.webhooker.WebhookManagerSrv.Create_args
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of WebhookManagerSrv.Create_args in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return WebhookManagerSrv.Create_args Modifier and Type Method Description WebhookManagerSrv.Create_argsWebhookManagerSrv.Create_args. deepCopy()WebhookManagerSrv.Create_argsWebhookManagerSrv.AsyncProcessor.Create. getEmptyArgsInstance()WebhookManagerSrv.Create_argsWebhookManagerSrv.Processor.Create. getEmptyArgsInstance()WebhookManagerSrv.Create_argsWebhookManagerSrv.Create_args. setWebhookParams(WebhookParams webhook_params)Methods in dev.vality.fistful.webhooker with parameters of type WebhookManagerSrv.Create_args Modifier and Type Method Description intWebhookManagerSrv.Create_args. compareTo(WebhookManagerSrv.Create_args other)booleanWebhookManagerSrv.Create_args. equals(WebhookManagerSrv.Create_args that)WebhookManagerSrv.Create_resultWebhookManagerSrv.Processor.Create. getResult(I iface, WebhookManagerSrv.Create_args args)voidWebhookManagerSrv.AsyncProcessor.Create. start(I iface, WebhookManagerSrv.Create_args args, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)Constructors in dev.vality.fistful.webhooker with parameters of type WebhookManagerSrv.Create_args Constructor Description Create_args(WebhookManagerSrv.Create_args other)Performs a deep copy on other.