public class UpdateWebhook extends Object
| Constructor | Description |
|---|---|
UpdateWebhook() |
public UpdateWebhook name(String name)
public String getName()
public void setName(String name)
public UpdateWebhook organizationId(String organizationId)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public UpdateWebhook description(String description)
public String getDescription()
public void setDescription(String description)
public UpdateWebhook products(List<Notificationsubscriptionsv2webhooksProducts> products)
public UpdateWebhook addProductsItem(Notificationsubscriptionsv2webhooksProducts productsItem)
public List<Notificationsubscriptionsv2webhooksProducts> getProducts()
public void setProducts(List<Notificationsubscriptionsv2webhooksProducts> products)
public UpdateWebhook webhookUrl(String webhookUrl)
public String getWebhookUrl()
public void setWebhookUrl(String webhookUrl)
public UpdateWebhook notificationScope(String notificationScope)
public String getNotificationScope()
public void setNotificationScope(String notificationScope)
public UpdateWebhook healthCheckUrl(String healthCheckUrl)
public String getHealthCheckUrl()
public void setHealthCheckUrl(String healthCheckUrl)
public UpdateWebhook securityPolicy(Notificationsubscriptionsv2webhooksSecurityPolicy securityPolicy)
public Notificationsubscriptionsv2webhooksSecurityPolicy getSecurityPolicy()
public void setSecurityPolicy(Notificationsubscriptionsv2webhooksSecurityPolicy securityPolicy)
Copyright © 2026. All rights reserved.