@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+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) |
boolean |
equals(Object o) |
Webhook |
events(List<Webhook.EventsEnum> events) |
List<Webhook.EventsEnum> |
getEvents()
The Jira events that trigger the webhook.
|
Long |
getExpirationDate()
Get expirationDate
|
Long |
getId()
The ID of the webhook.
|
String |
getJqlFilter()
The JQL filter that specifies which issues the webhook is sent for.
|
int |
hashCode() |
Webhook |
id(Long id) |
Webhook |
jqlFilter(String jqlFilter) |
void |
setEvents(List<Webhook.EventsEnum> events) |
void |
setId(Long id) |
void |
setJqlFilter(String jqlFilter) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getJqlFilter()
public void setJqlFilter(String jqlFilter)
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()
Copyright © 2011–2021 Everit Kft.. All rights reserved.