共用方式為


StudentListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.education.models.StudentListResult

Implements

public final class StudentListResult
implements JsonSerializable<StudentListResult>

List of students.

Constructor Summary

Constructor Description
StudentListResult()

Creates an instance of StudentListResult class.

Method Summary

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

Reads an instance of StudentListResult from the JsonReader.

String nextLink()

Get the nextLink property: The link (url) to the next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<StudentDetailsInner> value()

Get the value property: The list of students.

Methods inherited from java.lang.Object

Constructor Details

StudentListResult

public StudentListResult()

Creates an instance of StudentListResult class.

Method Details

fromJson

public static StudentListResult fromJson(JsonReader jsonReader)

Reads an instance of StudentListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of StudentListResult 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 StudentListResult.

nextLink

public String nextLink()

Get the nextLink property: The link (url) to the next page 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<StudentDetailsInner> value()

Get the value property: The list of students.

Returns:

the value value.

Applies to