Uses of Class
dev.vality.fistful.webhooker.WebhookManagerSrv.GetList_result
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of WebhookManagerSrv.GetList_result in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return WebhookManagerSrv.GetList_result Modifier and Type Method Description WebhookManagerSrv.GetList_resultWebhookManagerSrv.GetList_result. deepCopy()WebhookManagerSrv.GetList_resultWebhookManagerSrv.Processor.GetList. getResult(I iface, WebhookManagerSrv.GetList_args args)WebhookManagerSrv.GetList_resultWebhookManagerSrv.GetList_result. setSuccess(List<Webhook> success)Methods in dev.vality.fistful.webhooker with parameters of type WebhookManagerSrv.GetList_result Modifier and Type Method Description intWebhookManagerSrv.GetList_result. compareTo(WebhookManagerSrv.GetList_result other)booleanWebhookManagerSrv.GetList_result. equals(WebhookManagerSrv.GetList_result that)Constructors in dev.vality.fistful.webhooker with parameters of type WebhookManagerSrv.GetList_result Constructor Description GetList_result(WebhookManagerSrv.GetList_result other)Performs a deep copy on other.