public final class DirectoryObjectListResult extends Object
| Constructor and Description |
|---|
DirectoryObjectListResult() |
| 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<DirectoryObjectInner> |
value()
Get the value property: A collection of DirectoryObject.
|
DirectoryObjectListResult |
withOdataNextLink(String odataNextLink)
Set the odataNextLink property: The URL to get the next set of results.
|
DirectoryObjectListResult |
withValue(List<DirectoryObjectInner> value)
Set the value property: A collection of DirectoryObject.
|
public List<DirectoryObjectInner> value()
public DirectoryObjectListResult withValue(List<DirectoryObjectInner> value)
value - the value value to set.public String odataNextLink()
public DirectoryObjectListResult 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.