public final class ActivityLogAlertList extends Object
| Constructor and Description |
|---|
ActivityLogAlertList() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Provides the link to retrieve the next set of elements.
|
void |
validate()
Validates the instance.
|
List<ActivityLogAlertResourceInner> |
value()
Get the value property: The list of activity log alerts.
|
ActivityLogAlertList |
withNextLink(String nextLink)
Set the nextLink property: Provides the link to retrieve the next set of elements.
|
ActivityLogAlertList |
withValue(List<ActivityLogAlertResourceInner> value)
Set the value property: The list of activity log alerts.
|
public List<ActivityLogAlertResourceInner> value()
public ActivityLogAlertList withValue(List<ActivityLogAlertResourceInner> value)
value - the value value to set.public String nextLink()
public ActivityLogAlertList withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.