StudentDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. education. fluent. models. StudentDetailsInner
- com.
- com.
public final class StudentDetailsInner
extends ProxyResource
Student details.
Constructor Summary
| Constructor | Description |
|---|---|
| StudentDetailsInner() |
Creates an instance of Student |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Amount |
budget()
Get the budget property: Student Budget. |
|
Offset |
effectiveDate()
Get the effective |
| String |
email()
Get the email property: Student Email. |
|
Offset |
expirationDate()
Get the expiration |
| String |
firstName()
Get the first |
|
static
Student |
fromJson(JsonReader jsonReader)
Reads an instance of Student |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
lastName()
Get the last |
| String |
name()
Get the name property: The name of the resource. |
|
Student |
role()
Get the role property: Student Role. |
|
Student |
status()
Get the status property: Student Lab Status. |
| String |
subscriptionAlias()
Get the subscription |
| String |
subscriptionId()
Get the subscription |
|
Offset |
subscriptionInviteLastSentDate()
Get the subscription |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Student |
withBudget(Amount budget)
Set the budget property: Student Budget. |
|
Student |
withEmail(String email)
Set the email property: Student Email. |
|
Student |
withExpirationDate(OffsetDateTime expirationDate)
Set the expiration |
|
Student |
withFirstName(String firstName)
Set the first |
|
Student |
withLastName(String lastName)
Set the last |
|
Student |
withRole(StudentRole role)
Set the role property: Student Role. |
|
Student |
withSubscriptionAlias(String subscriptionAlias)
Set the subscription |
|
Student |
withSubscriptionInviteLastSentDate(OffsetDateTime subscriptionInviteLastSentDate)
Set the subscription |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
StudentDetailsInner
public StudentDetailsInner()
Creates an instance of StudentDetailsInner class.
Method Details
budget
public Amount budget()
Get the budget property: Student Budget.
Returns:
effectiveDate
public OffsetDateTime effectiveDate()
Get the effectiveDate property: Date student was added to the lab.
Returns:
public String email()
Get the email property: Student Email.
Returns:
expirationDate
public OffsetDateTime expirationDate()
Get the expirationDate property: Date this student is set to expire from the lab.
Returns:
firstName
public String firstName()
Get the firstName property: First Name.
Returns:
fromJson
public static StudentDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of StudentDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StudentDetailsInner.id()Returns:
lastName
public String lastName()
Get the lastName property: Last Name.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StudentDetailsInner.name()Returns:
role
public StudentRole role()
Get the role property: Student Role.
Returns:
status
public StudentLabStatus status()
Get the status property: Student Lab Status.
Returns:
subscriptionAlias
public String subscriptionAlias()
Get the subscriptionAlias property: Subscription alias.
Returns:
subscriptionId
public String subscriptionId()
Get the subscriptionId property: Subscription Id.
Returns:
subscriptionInviteLastSentDate
public OffsetDateTime subscriptionInviteLastSentDate()
Get the subscriptionInviteLastSentDate property: subscription invite last sent date.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StudentDetailsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StudentDetailsInner.type()Returns:
validate
public void validate()
Validates the instance.
withBudget
public StudentDetailsInner withBudget(Amount budget)
Set the budget property: Student Budget.
Parameters:
Returns:
withEmail
public StudentDetailsInner withEmail(String email)
Set the email property: Student Email.
Parameters:
Returns:
withExpirationDate
public StudentDetailsInner withExpirationDate(OffsetDateTime expirationDate)
Set the expirationDate property: Date this student is set to expire from the lab.
Parameters:
Returns:
withFirstName
public StudentDetailsInner withFirstName(String firstName)
Set the firstName property: First Name.
Parameters:
Returns:
withLastName
public StudentDetailsInner withLastName(String lastName)
Set the lastName property: Last Name.
Parameters:
Returns:
withRole
public StudentDetailsInner withRole(StudentRole role)
Set the role property: Student Role.
Parameters:
Returns:
withSubscriptionAlias
public StudentDetailsInner withSubscriptionAlias(String subscriptionAlias)
Set the subscriptionAlias property: Subscription alias.
Parameters:
Returns:
withSubscriptionInviteLastSentDate
public StudentDetailsInner withSubscriptionInviteLastSentDate(OffsetDateTime subscriptionInviteLastSentDate)
Set the subscriptionInviteLastSentDate property: subscription invite last sent date.
Parameters:
Returns: