public class CreateWebhookDTO extends DtoSupport
| Constructor and Description | 
|---|
| CreateWebhookDTO() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getActive() | 
| WebhookConfig | getConfig() | 
| List<String> | getEvents() | 
| String | getName() | 
| String | getType() | 
| void | setActive(Boolean active) | 
| void | setConfig(WebhookConfig config) | 
| void | setEvents(List<String> events) | 
| void | setName(String name) | 
| void | setType(String type) | 
getAdditionalProperties, setAdditionalPropertypublic String getType()
public void setType(String type)
public Boolean getActive()
public void setActive(Boolean active)
public WebhookConfig getConfig()
public void setConfig(WebhookConfig config)
public String getName()
public void setName(String name)
Copyright © 2011–2017 Red Hat. All rights reserved.