Uses of Class
dev.vality.damsel.webhooker.WebhookParams
Packages that use WebhookParams
-
Uses of WebhookParams in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker declared as WebhookParamsMethods in dev.vality.damsel.webhooker that return WebhookParamsModifier and TypeMethodDescriptionWebhookParams.deepCopy()WebhookManagerSrv.Create_args.getWebhookParams()WebhookParams.setEventFilter(EventFilter event_filter) WebhookParams.setPartyId(String party_id) Methods in dev.vality.damsel.webhooker with parameters of type WebhookParamsModifier and TypeMethodDescriptionintWebhookParams.compareTo(WebhookParams other) voidWebhookManagerSrv.AsyncClient.create(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler) voidWebhookManagerSrv.AsyncIface.create(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler) WebhookManagerSrv.Client.create(WebhookParams webhook_params) WebhookManagerSrv.Iface.create(WebhookParams webhook_params) booleanWebhookParams.equals(WebhookParams that) voidWebhookManagerSrv.Client.sendCreate(WebhookParams webhook_params) WebhookManagerSrv.Create_args.setWebhookParams(WebhookParams webhook_params) Constructors in dev.vality.damsel.webhooker with parameters of type WebhookParamsModifierConstructorDescriptionCreate_args(WebhookParams webhook_params) Create_call(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) WebhookParams(WebhookParams other) Performs a deep copy on other.