@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-01T15:03:22.973823-07:00[America/Los_Angeles]")
public class GetWebhooksResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_WEBHOOKS |
| Constructor and Description |
|---|
GetWebhooksResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetWebhooksResponse |
addWebhooksItem(Webhook webhooksItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<Webhook> |
getWebhooks()
Get webhooks
|
int |
hashCode() |
void |
setWebhooks(java.util.List<Webhook> webhooks) |
java.lang.String |
toString() |
GetWebhooksResponse |
webhooks(java.util.List<Webhook> webhooks) |
public static final java.lang.String SERIALIZED_NAME_WEBHOOKS
public GetWebhooksResponse webhooks(java.util.List<Webhook> webhooks)
public GetWebhooksResponse addWebhooksItem(Webhook webhooksItem)
public java.util.List<Webhook> getWebhooks()
public void setWebhooks(java.util.List<Webhook> webhooks)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object