StudentListResult Class
- java.
lang. Object - com.
azure. resourcemanager. education. models. StudentListResult
- com.
Implements
public final class StudentListResult
implements JsonSerializable<StudentListResult>
List of students.
Constructor Summary
| Constructor | Description |
|---|---|
| StudentListResult() |
Creates an instance of Student |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Student |
fromJson(JsonReader jsonReader)
Reads an instance of Student |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Student |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link (url) to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<StudentDetailsInner> value()
Get the value property: The list of students.
Returns: