Class WebhookCreationResult

java.lang.Object
org.apache.camel.component.clickup.model.WebhookCreationResult
All Implemented Interfaces:
Serializable

public class WebhookCreationResult extends Object implements Serializable
See Also:
  • Constructor Details

    • WebhookCreationResult

      public WebhookCreationResult()
  • Method Details

    • getId

      public String getId()
    • getWebhook

      public Webhook getWebhook()
    • getError

      public String getError()
    • getErrorCode

      public String getErrorCode()
    • isError

      public boolean isError()
    • toString

      public String toString()
      Overrides:
      toString in class Object