Uses of Class
dev.vality.damsel.webhooker.WebhookNotFound
Packages that use WebhookNotFound
-
Uses of WebhookNotFound in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker declared as WebhookNotFoundModifier and TypeFieldDescriptionWebhookManagerSrv.Delete_result.ex1WebhookManagerSrv.Get_result.ex1WebhookMessageServiceSrv.Send_result.ex1Methods in dev.vality.damsel.webhooker that return WebhookNotFoundModifier and TypeMethodDescriptionWebhookNotFound.deepCopy()WebhookManagerSrv.Delete_result.getEx1()WebhookManagerSrv.Get_result.getEx1()WebhookMessageServiceSrv.Send_result.getEx1()Methods in dev.vality.damsel.webhooker with parameters of type WebhookNotFoundModifier and TypeMethodDescriptionintWebhookNotFound.compareTo(WebhookNotFound other) booleanWebhookNotFound.equals(WebhookNotFound that) WebhookManagerSrv.Delete_result.setEx1(WebhookNotFound ex1) WebhookManagerSrv.Get_result.setEx1(WebhookNotFound ex1) WebhookMessageServiceSrv.Send_result.setEx1(WebhookNotFound ex1) Methods in dev.vality.damsel.webhooker that throw WebhookNotFoundModifier and TypeMethodDescriptionvoidWebhookManagerSrv.Client.delete(long webhook_id) voidWebhookManagerSrv.Iface.delete(long webhook_id) WebhookManagerSrv.Client.get(long webhook_id) WebhookManagerSrv.Iface.get(long webhook_id) WebhookManagerSrv.AsyncClient.Delete_call.getResult()WebhookManagerSrv.AsyncClient.Get_call.getResult()WebhookMessageServiceSrv.AsyncClient.Send_call.getResult()voidWebhookManagerSrv.Client.recvDelete()WebhookManagerSrv.Client.recvGet()voidWebhookMessageServiceSrv.Client.recvSend()voidvoidConstructors in dev.vality.damsel.webhooker with parameters of type WebhookNotFoundModifierConstructorDescriptionGet_result(Webhook success, WebhookNotFound ex1) Send_result(WebhookNotFound ex1, SourceNotFound ex2) WebhookNotFound(WebhookNotFound other) Performs a deep copy on other.