@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class Webhook extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Webhook.EventsEnum
Gets or Sets events
|
| Constructor and Description |
|---|
Webhook() |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
addEventsItem(Webhook.EventsEnum eventsItem) |
Webhook |
addFieldIdsFilterItem(String fieldIdsFilterItem) |
Webhook |
addIssuePropertyKeysFilterItem(String issuePropertyKeysFilterItem) |
boolean |
equals(Object o) |
Webhook |
events(List<Webhook.EventsEnum> events) |
Webhook |
fieldIdsFilter(List<String> fieldIdsFilter) |
List<Webhook.EventsEnum> |
getEvents()
The Jira events that trigger the webhook.
|
Long |
getExpirationDate()
The date after which the webhook is no longer sent.
|
List<String> |
getFieldIdsFilter()
A list of field IDs.
|
Long |
getId()
The ID of the webhook.
|
List<String> |
getIssuePropertyKeysFilter()
A list of issue property keys.
|
String |
getJqlFilter()
The JQL filter that specifies which issues the webhook is sent for.
|
int |
hashCode() |
Webhook |
id(Long id) |
Webhook |
issuePropertyKeysFilter(List<String> issuePropertyKeysFilter) |
Webhook |
jqlFilter(String jqlFilter) |
void |
setEvents(List<Webhook.EventsEnum> events) |
void |
setFieldIdsFilter(List<String> fieldIdsFilter) |
void |
setId(Long id) |
void |
setIssuePropertyKeysFilter(List<String> issuePropertyKeysFilter) |
void |
setJqlFilter(String jqlFilter) |
String |
toString() |
public Webhook events(List<Webhook.EventsEnum> events)
public Webhook addEventsItem(Webhook.EventsEnum eventsItem)
public List<Webhook.EventsEnum> getEvents()
public void setEvents(List<Webhook.EventsEnum> events)
public Long getExpirationDate()
public List<String> getFieldIdsFilter()
public Long getId()
public void setId(Long id)
public Webhook issuePropertyKeysFilter(List<String> issuePropertyKeysFilter)
public Webhook addIssuePropertyKeysFilterItem(String issuePropertyKeysFilterItem)
public List<String> getIssuePropertyKeysFilter()
public void setIssuePropertyKeysFilter(List<String> issuePropertyKeysFilter)
public String getJqlFilter()
public void setJqlFilter(String jqlFilter)
Copyright © 2011–2023 Everit Kft.. All rights reserved.