Uses of Class
dev.vality.fistful.webhooker.WebhookNotFound
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of WebhookNotFound in dev.vality.fistful.webhooker
Fields in dev.vality.fistful.webhooker declared as WebhookNotFound Modifier and Type Field Description WebhookNotFoundWebhookManagerSrv.Delete_result. ex1WebhookNotFoundWebhookManagerSrv.Get_result. ex1Methods in dev.vality.fistful.webhooker that return WebhookNotFound Modifier and Type Method Description WebhookNotFoundWebhookNotFound. deepCopy()WebhookNotFoundWebhookManagerSrv.Delete_result. getEx1()WebhookNotFoundWebhookManagerSrv.Get_result. getEx1()Methods in dev.vality.fistful.webhooker with parameters of type WebhookNotFound Modifier and Type Method Description intWebhookNotFound. compareTo(WebhookNotFound other)booleanWebhookNotFound. equals(WebhookNotFound that)WebhookManagerSrv.Delete_resultWebhookManagerSrv.Delete_result. setEx1(WebhookNotFound ex1)WebhookManagerSrv.Get_resultWebhookManagerSrv.Get_result. setEx1(WebhookNotFound ex1)Methods in dev.vality.fistful.webhooker that throw WebhookNotFound Modifier and Type Method Description voidWebhookManagerSrv.Client. delete(long webhook_id)voidWebhookManagerSrv.Iface. delete(long webhook_id)WebhookWebhookManagerSrv.Client. get(long webhook_id)WebhookWebhookManagerSrv.Iface. get(long webhook_id)VoidWebhookManagerSrv.AsyncClient.Delete_call. getResult()WebhookWebhookManagerSrv.AsyncClient.Get_call. getResult()voidWebhookManagerSrv.Client. recvDelete()WebhookWebhookManagerSrv.Client. recvGet()Constructors in dev.vality.fistful.webhooker with parameters of type WebhookNotFound Constructor Description Delete_result(WebhookNotFound ex1)Get_result(Webhook success, WebhookNotFound ex1)WebhookNotFound(WebhookNotFound other)Performs a deep copy on other.