Class WebhookResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.WebhookResponse
-
public class WebhookResponse extends java.lang.ObjectWebhookResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_WEBHOOK
-
Constructor Summary
Constructors Constructor Description WebhookResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)WebhookgetWebhook()The webhook.inthashCode()voidsetWebhook(Webhook webhook)java.lang.StringtoString()WebhookResponsewebhook(Webhook webhook)
-
-
-
Field Detail
-
JSON_PROPERTY_WEBHOOK
public static final java.lang.String JSON_PROPERTY_WEBHOOK
- See Also:
- Constant Field Values
-
-
Method Detail
-
webhook
public WebhookResponse webhook(Webhook webhook)
-
getWebhook
@Nullable public Webhook getWebhook()
The webhook.- Returns:
- webhook
-
setWebhook
public void setWebhook(Webhook webhook)
-
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
-
-