NotificationListResponse Class
- java.
lang. Object - com.
azure. resourcemanager. redis. models. NotificationListResponse
- com.
Implements
public final class NotificationListResponse
implements JsonSerializable<NotificationListResponse>
The response of listUpgradeNotifications.
Constructor | Description |
---|---|
Notification |
Creates an instance of Notification |
Modifier and Type | Method and Description |
---|---|
static
Notification |
from Reads an instance of Notification |
String |
next Get the next |
Json |
to |
void |
validate()
Validates the instance. |
List<Upgrade |
value()
Get the value property: List of all notifications. |
Notification |
with Set the value property: List of all notifications. |
Methods inherited from java.lang.Object
NotificationListResponse
public NotificationListResponse()
Creates an instance of NotificationListResponse class.
fromJson
public static NotificationListResponse fromJson(JsonReader jsonReader)
Reads an instance of NotificationListResponse from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link for next set of notifications.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: List of all notifications.
Returns:
withValue
public NotificationListResponse withValue(List
Set the value property: List of all notifications.
Parameters:
Returns: