Class NotificationListResponse
- java.lang.Object
-
- com.azure.resourcemanager.redis.models.NotificationListResponse
-
public final class NotificationListResponse extends Object
The response of listUpgradeNotifications.
-
-
Constructor Summary
Constructors Constructor Description NotificationListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Link for next set of notifications.voidvalidate()Validates the instance.List<UpgradeNotificationInner>value()Get the value property: List of all notifications.NotificationListResponsewithValue(List<UpgradeNotificationInner> value)Set the value property: List of all notifications.
-
-
-
Method Detail
-
value
public List<UpgradeNotificationInner> value()
Get the value property: List of all notifications.- Returns:
- the value value.
-
withValue
public NotificationListResponse withValue(List<UpgradeNotificationInner> value)
Set the value property: List of all notifications.- Parameters:
value- the value value to set.- Returns:
- the NotificationListResponse object itself.
-
nextLink
public String 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.
-
-