Class WebhookPayload

All Implemented Interfaces:
Serializable, Comparable

public class WebhookPayload extends GenericItem
Generated class for type WebhookPayload.
See Also:
  • Field Details

  • Constructor Details

    • WebhookPayload

      public WebhookPayload()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getAllData

      public Map<String,Object> getAllData(SessionContext ctx)
      Generated method - Getter of the WebhookPayload.data attribute.
      Returns:
      the data - Payload to be sent to a webhook
    • getAllData

      public Map<String,Object> getAllData()
      Generated method - Getter of the WebhookPayload.data attribute.
      Returns:
      the data - Payload to be sent to a webhook
    • setAllData

      public void setAllData(SessionContext ctx, Map<String,Object> value)
      Generated method - Setter of the WebhookPayload.data attribute.
      Parameters:
      value - the data - Payload to be sent to a webhook
    • setAllData

      public void setAllData(Map<String,Object> value)
      Generated method - Setter of the WebhookPayload.data attribute.
      Parameters:
      value - the data - Payload to be sent to a webhook