Interface WebhookManagerSrv.Iface

All Known Implementing Classes:
WebhookManagerSrv.Client
Enclosing class:
WebhookManagerSrv

public static interface WebhookManagerSrv.Iface
  • Method Details

    • getList

      List<Webhook> getList​(String identity_id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • get

      Webhook get​(long webhook_id) throws WebhookNotFound, org.apache.thrift.TException
      Throws:
      WebhookNotFound
      org.apache.thrift.TException
    • create

      Webhook create​(WebhookParams webhook_params) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • delete

      void delete​(long webhook_id) throws WebhookNotFound, org.apache.thrift.TException
      Throws:
      WebhookNotFound
      org.apache.thrift.TException