public final class NotificationListResponse extends Object
| Constructor and Description |
|---|
NotificationListResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Link for next set of notifications.
|
void |
validate()
Validates the instance.
|
List<UpgradeNotificationInner> |
value()
Get the value property: List of all notifications.
|
NotificationListResponse |
withValue(List<UpgradeNotificationInner> value)
Set the value property: List of all notifications.
|
public List<UpgradeNotificationInner> value()
public NotificationListResponse withValue(List<UpgradeNotificationInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.