@Generated public interface NotificationDestinationsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
NotificationDestination |
create(CreateNotificationDestinationRequest createNotificationDestinationRequest)
Create a notification destination.
|
void |
delete(DeleteNotificationDestinationRequest deleteNotificationDestinationRequest)
Delete a notification destination.
|
NotificationDestination |
get(GetNotificationDestinationRequest getNotificationDestinationRequest)
Get a notification destination.
|
ListNotificationDestinationsResponse |
list(ListNotificationDestinationsRequest listNotificationDestinationsRequest)
List notification destinations.
|
NotificationDestination |
update(UpdateNotificationDestinationRequest updateNotificationDestinationRequest)
Update a notification destination.
|
NotificationDestination create(CreateNotificationDestinationRequest createNotificationDestinationRequest)
Creates a notification destination. Requires workspace admin permissions.
void delete(DeleteNotificationDestinationRequest deleteNotificationDestinationRequest)
Deletes a notification destination. Requires workspace admin permissions.
NotificationDestination get(GetNotificationDestinationRequest getNotificationDestinationRequest)
Gets a notification destination.
ListNotificationDestinationsResponse list(ListNotificationDestinationsRequest listNotificationDestinationsRequest)
Lists notification destinations.
NotificationDestination update(UpdateNotificationDestinationRequest updateNotificationDestinationRequest)
Updates a notification destination. Requires workspace admin permissions. At least one field is required in the request body.
Copyright © 2025. All rights reserved.