public final class ActionGroupList extends Object
| Constructor and Description |
|---|
ActionGroupList() |
| 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<ActionGroupResourceInner> |
value()
Get the value property: The list of action groups.
|
ActionGroupList |
withNextLink(String nextLink)
Set the nextLink property: Provides the link to retrieve the next set of elements.
|
ActionGroupList |
withValue(List<ActionGroupResourceInner> value)
Set the value property: The list of action groups.
|
public List<ActionGroupResourceInner> value()
public ActionGroupList withValue(List<ActionGroupResourceInner> value)
value - the value value to set.public String nextLink()
public ActionGroupList 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.