@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetWebhook extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetWebhook.TypeEnum
Type of webhook (marketing or transac)
|
| Constructor and Description |
|---|
GetWebhook() |
| Modifier and Type | Method and Description |
|---|---|
GetWebhook |
addEventsItem(String eventsItem) |
GetWebhook |
createdAt(String createdAt) |
GetWebhook |
description(String description) |
boolean |
equals(Object o) |
GetWebhook |
events(List<String> events) |
String |
getCreatedAt()
Creation UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
|
String |
getDescription()
Description of the webhook
|
List<String> |
getEvents()
Get events
|
Long |
getId()
ID of the webhook
|
String |
getModifiedAt()
Last modification UTC date-time of the webhook (YYYY-MM-DDTHH:mm:ss.SSSZ)
|
GetWebhook.TypeEnum |
getType()
Type of webhook (marketing or transac)
|
String |
getUrl()
URL of the webhook
|
int |
hashCode() |
GetWebhook |
id(Long id) |
GetWebhook |
modifiedAt(String modifiedAt) |
void |
setCreatedAt(String createdAt) |
void |
setDescription(String description) |
void |
setEvents(List<String> events) |
void |
setId(Long id) |
void |
setModifiedAt(String modifiedAt) |
void |
setType(GetWebhook.TypeEnum type) |
void |
setUrl(String url) |
String |
toString() |
GetWebhook |
type(GetWebhook.TypeEnum type) |
GetWebhook |
url(String url) |
public GetWebhook url(String url)
public String getUrl()
public void setUrl(String url)
public GetWebhook id(Long id)
public Long getId()
public void setId(Long id)
public GetWebhook description(String description)
public String getDescription()
public void setDescription(String description)
public GetWebhook events(List<String> events)
public GetWebhook addEventsItem(String eventsItem)
public GetWebhook type(GetWebhook.TypeEnum type)
public GetWebhook.TypeEnum getType()
public void setType(GetWebhook.TypeEnum type)
public GetWebhook createdAt(String createdAt)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public GetWebhook modifiedAt(String modifiedAt)
public String getModifiedAt()
public void setModifiedAt(String modifiedAt)
Copyright © 2021. All rights reserved.