UserList Class
- java.
lang. Object - com.
azure. resourcemanager. databoxedge. models. UserList
- com.
Implements
public final class UserList
implements JsonSerializable<UserList>
Collection of users.
Constructor Summary
| Constructor | Description |
|---|---|
| UserList() |
Creates an instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<User |
value()
Get the value property: The list of users. |
Methods inherited from java.lang.Object
Constructor Details
UserList
public UserList()
Creates an instance of UserList class.
Method Details
fromJson
public static UserList fromJson(JsonReader jsonReader)
Reads an instance of UserList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<UserInner> value()
Get the value property: The list of users.
Returns: