public class UpdateWebhookRequest extends Object
| Constructor and Description |
|---|
UpdateWebhookRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull String |
getId()
Get id
|
@NotNull String |
getName()
Get name
|
@NotNull String |
getType()
Get type
|
@NotNull String |
getUrl()
Get url
|
int |
hashCode() |
UpdateWebhookRequest |
id(String id) |
UpdateWebhookRequest |
name(String name) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
void |
setUrl(String url) |
String |
toString() |
UpdateWebhookRequest |
type(String type) |
UpdateWebhookRequest |
url(String url) |
public UpdateWebhookRequest id(String id)
@NotNull public @NotNull String getId()
public void setId(String id)
public UpdateWebhookRequest name(String name)
@NotNull public @NotNull String getName()
public void setName(String name)
public UpdateWebhookRequest type(String type)
@NotNull public @NotNull String getType()
public void setType(String type)
public UpdateWebhookRequest url(String url)
@NotNull public @NotNull String getUrl()
public void setUrl(String url)
Copyright © 2026. All rights reserved.