Class NotificationListResponse
java.lang.Object
com.azure.resourcemanager.redis.models.NotificationListResponse
The response of listUpgradeNotifications.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NotificationListResponse class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: Link for next set of notifications.voidvalidate()Validates the instance.value()Get the value property: List of all notifications.withValue(List<UpgradeNotificationInner> value) Set the value property: List of all notifications.
-
Constructor Details
-
NotificationListResponse
public NotificationListResponse()Creates an instance of NotificationListResponse class.
-
-
Method Details
-
value
Get the value property: List of all notifications.- Returns:
- the value value.
-
withValue
Set the value property: List of all notifications.- Parameters:
value- the value value to set.- Returns:
- the NotificationListResponse object itself.
-
nextLink
Get the nextLink property: Link for next set of notifications.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-