Aracılığıyla paylaş


UserList Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.models.UserList

Implements

public final class UserList
implements JsonSerializable<UserList>

Collection of users.

Constructor Summary

Constructor Description
UserList()

Creates an instance of UserList class.

Method Summary

Modifier and Type Method and Description
static UserList fromJson(JsonReader jsonReader)

Reads an instance of UserList from the JsonReader.

String nextLink()

Get the nextLink property: Link to the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<UserInner> 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:

jsonReader - The JsonReader being read.

Returns:

An instance of UserList if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the UserList.

nextLink

public String nextLink()

Get the nextLink property: Link to the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<UserInner> value()

Get the value property: The list of users.

Returns:

the value value.

Applies to