public final class EventDataCollection extends Object
| Constructor and Description |
|---|
EventDataCollection() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Provides the link to retrieve the next set of events.
|
void |
validate()
Validates the instance.
|
List<EventDataInner> |
value()
Get the value property: this list that includes the Azure audit logs.
|
EventDataCollection |
withNextLink(String nextLink)
Set the nextLink property: Provides the link to retrieve the next set of events.
|
EventDataCollection |
withValue(List<EventDataInner> value)
Set the value property: this list that includes the Azure audit logs.
|
public List<EventDataInner> value()
public EventDataCollection withValue(List<EventDataInner> value)
value - the value value to set.public String nextLink()
public EventDataCollection 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.