public class CreateWebhookRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateWebhookRequest.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
CreateWebhookRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull @Size(min=1,max=512) String |
getName()
Get name
|
@NotNull CreateWebhookRequest.TypeEnum |
getType()
Get type
|
@NotNull String |
getUrl()
Get url
|
int |
hashCode() |
CreateWebhookRequest |
name(String name) |
void |
setName(String name) |
void |
setType(CreateWebhookRequest.TypeEnum type) |
void |
setUrl(String url) |
String |
toString() |
CreateWebhookRequest |
type(CreateWebhookRequest.TypeEnum type) |
CreateWebhookRequest |
url(String url) |
public CreateWebhookRequest name(String name)
@NotNull
@Size(min=1,
max=512)
public @NotNull @Size(min=1,max=512) String getName()
public void setName(String name)
public CreateWebhookRequest type(CreateWebhookRequest.TypeEnum type)
@NotNull public @NotNull CreateWebhookRequest.TypeEnum getType()
public void setType(CreateWebhookRequest.TypeEnum type)
public CreateWebhookRequest url(String url)
@NotNull public @NotNull String getUrl()
public void setUrl(String url)
Copyright © 2026. All rights reserved.