InviteCodeGenerateRequest Class
- java.
lang. Object - com.
azure. resourcemanager. education. models. InviteCodeGenerateRequest
- com.
Implements
public final class InviteCodeGenerateRequest
implements JsonSerializable<InviteCodeGenerateRequest>
invite code generate request.
Constructor Summary
| Constructor | Description |
|---|---|
| InviteCodeGenerateRequest() |
Creates an instance of Invite |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Invite |
fromJson(JsonReader jsonReader)
Reads an instance of Invite |
| Float |
maxStudentCount()
Get the max |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Invite |
withMaxStudentCount(Float maxStudentCount)
Set the max |
Methods inherited from java.lang.Object
Constructor Details
InviteCodeGenerateRequest
public InviteCodeGenerateRequest()
Creates an instance of InviteCodeGenerateRequest class.
Method Details
fromJson
public static InviteCodeGenerateRequest fromJson(JsonReader jsonReader)
Reads an instance of InviteCodeGenerateRequest from the JsonReader.
Parameters:
Returns:
Throws:
maxStudentCount
public Float maxStudentCount()
Get the maxStudentCount property: the total number of students that can be accepted to the lab.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMaxStudentCount
public InviteCodeGenerateRequest withMaxStudentCount(Float maxStudentCount)
Set the maxStudentCount property: the total number of students that can be accepted to the lab.
Parameters:
Returns: