Class WebhookListResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.WebhookListResponse
-
public class WebhookListResponse extends java.lang.ObjectWebhookListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_WEBHOOKS
-
Constructor Summary
Constructors Constructor Description WebhookListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookListResponseaddWebhooksItem(Webhook webhooksItem)booleanequals(java.lang.Object o)java.util.List<Webhook>getWebhooks()List of webhooks associated with the integration.inthashCode()voidsetWebhooks(java.util.List<Webhook> webhooks)java.lang.StringtoString()WebhookListResponsewebhooks(java.util.List<Webhook> webhooks)
-
-
-
Field Detail
-
JSON_PROPERTY_WEBHOOKS
public static final java.lang.String JSON_PROPERTY_WEBHOOKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
webhooks
public WebhookListResponse webhooks(java.util.List<Webhook> webhooks)
-
addWebhooksItem
public WebhookListResponse addWebhooksItem(Webhook webhooksItem)
-
getWebhooks
@Nullable public java.util.List<Webhook> getWebhooks()
List of webhooks associated with the integration.- Returns:
- webhooks
-
setWebhooks
public void setWebhooks(java.util.List<Webhook> webhooks)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-