Class UnifiedNotificationsImpl
java.lang.Object
api.equinix.javasdk.customerportal.client.implementation.UnifiedNotificationsImpl
- All Implemented Interfaces:
UnifiedNotifications
-
Constructor Summary
ConstructorsConstructorDescriptionUnifiedNotificationsImpl(UnifiedNotificationClient<UnifiedNotification> serviceClient, CustomerPortal serviceManager) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a specific unified notification by its unique identifier.list()Lists all unified notifications for the current account.
-
Constructor Details
-
UnifiedNotificationsImpl
public UnifiedNotificationsImpl(UnifiedNotificationClient<UnifiedNotification> serviceClient, CustomerPortal serviceManager)
-
-
Method Details
-
list
Description copied from interface:UnifiedNotificationsLists all unified notifications for the current account.- Specified by:
listin interfaceUnifiedNotifications- Returns:
- a paginated list of unified notifications
-
getByUuid
Description copied from interface:UnifiedNotificationsRetrieves a specific unified notification by its unique identifier.- Specified by:
getByUuidin interfaceUnifiedNotifications- Parameters:
uuid- the unique identifier of the unified notification- Returns:
- the matching unified notification
-