public final class GroupListResult extends Object
| Constructor and Description |
|---|
GroupListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
odataNextLink()
Get the odataNextLink property: The URL to get the next set of results.
|
void |
validate()
Validates the instance.
|
List<ADGroupInner> |
value()
Get the value property: A collection of Active Directory groups.
|
GroupListResult |
withOdataNextLink(String odataNextLink)
Set the odataNextLink property: The URL to get the next set of results.
|
GroupListResult |
withValue(List<ADGroupInner> value)
Set the value property: A collection of Active Directory groups.
|
public List<ADGroupInner> value()
public GroupListResult withValue(List<ADGroupInner> value)
value - the value value to set.public String odataNextLink()
public GroupListResult withOdataNextLink(String odataNextLink)
odataNextLink - the odataNextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.