Interface UnifiedNotifications
- All Known Implementing Classes:
UnifiedNotificationsImpl
public interface UnifiedNotifications
Client interface for accessing unified notifications in the Equinix Customer Portal.
Provides read-only operations to list and retrieve consolidated notifications across
all Equinix services and products.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a specific unified notification by its unique identifier.list()Lists all unified notifications for the current account.
-
Method Details
-
list
PaginatedList<UnifiedNotification> list()Lists all unified notifications for the current account.- Returns:
- a paginated list of unified notifications
-
getByUuid
Retrieves a specific unified notification by its unique identifier.- Parameters:
uuid- the unique identifier of the unified notification- Returns:
- the matching unified notification
-