Class WebhookCreationCommand

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

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

    • WebhookCreationCommand

      public WebhookCreationCommand()
  • Method Details

    • getEndpoint

      public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)
    • getEvents

      public Set<String> getEvents()
    • setEvents

      public void setEvents(Set<String> events)
    • getSpaceId

      public Long getSpaceId()
    • setSpaceId

      public void setSpaceId(Long spaceId)
    • getFolderId

      public Long getFolderId()
    • setFolderId

      public void setFolderId(Long folderId)
    • getListId

      public Long getListId()
    • setListId

      public void setListId(Long listId)
    • getTaskId

      public String getTaskId()
    • setTaskId

      public void setTaskId(String taskId)
    • toString

      public String toString()
      Overrides:
      toString in class Object