Class WebhookCreateBody
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.WebhookBody
-
- com.zendesk.sunshine_conversations_client.model.WebhookCreateBody
-
public class WebhookCreateBody extends WebhookBody
WebhookCreateBody
-
-
Field Summary
-
Fields inherited from class com.zendesk.sunshine_conversations_client.model.WebhookBody
JSON_PROPERTY_INCLUDE_FULL_SOURCE, JSON_PROPERTY_INCLUDE_FULL_USER, JSON_PROPERTY_TARGET, JSON_PROPERTY_TRIGGERS
-
-
Constructor Summary
Constructors Constructor Description WebhookCreateBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.zendesk.sunshine_conversations_client.model.WebhookBody
addTriggersItem, getIncludeFullSource, getIncludeFullUser, getTarget, getTriggers, includeFullSource, includeFullUser, setIncludeFullSource, setIncludeFullUser, setTarget, setTriggers, target, triggers
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classWebhookBody
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWebhookBody
-
toString
public java.lang.String toString()
- Overrides:
toStringin classWebhookBody
-
-