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