@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class WebhookRegistrationDetails extends Object
| Constructor and Description |
|---|
WebhookRegistrationDetails() |
| Modifier and Type | Method and Description |
|---|---|
WebhookRegistrationDetails |
addWebhooksItem(WebhookDetails webhooksItem) |
boolean |
equals(Object o) |
String |
getUrl()
The URL that specifies where to send the webhooks.
|
List<WebhookDetails> |
getWebhooks()
A list of webhooks.
|
int |
hashCode() |
void |
setUrl(String url) |
void |
setWebhooks(List<WebhookDetails> webhooks) |
String |
toString() |
WebhookRegistrationDetails |
url(String url) |
WebhookRegistrationDetails |
webhooks(List<WebhookDetails> webhooks) |
public WebhookRegistrationDetails webhooks(List<WebhookDetails> webhooks)
public WebhookRegistrationDetails addWebhooksItem(WebhookDetails webhooksItem)
public List<WebhookDetails> getWebhooks()
public void setWebhooks(List<WebhookDetails> webhooks)
public WebhookRegistrationDetails url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2011–2021 Everit Kft.. All rights reserved.