Class StudentDetailsInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.education.fluent.models.StudentDetailsInner

public final class StudentDetailsInner extends com.azure.core.management.ProxyResource
Student details.
  • Constructor Details

    • StudentDetailsInner

      public StudentDetailsInner()
      Creates an instance of StudentDetailsInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • firstName

      public String firstName()
      Get the firstName property: First Name.
      Returns:
      the firstName value.
    • withFirstName

      public StudentDetailsInner withFirstName(String firstName)
      Set the firstName property: First Name.
      Parameters:
      firstName - the firstName value to set.
      Returns:
      the StudentDetailsInner object itself.
    • lastName

      public String lastName()
      Get the lastName property: Last Name.
      Returns:
      the lastName value.
    • withLastName

      public StudentDetailsInner withLastName(String lastName)
      Set the lastName property: Last Name.
      Parameters:
      lastName - the lastName value to set.
      Returns:
      the StudentDetailsInner object itself.
    • email

      public String email()
      Get the email property: Student Email.
      Returns:
      the email value.
    • withEmail

      public StudentDetailsInner withEmail(String email)
      Set the email property: Student Email.
      Parameters:
      email - the email value to set.
      Returns:
      the StudentDetailsInner object itself.
    • role

      public StudentRole role()
      Get the role property: Student Role.
      Returns:
      the role value.
    • withRole

      public StudentDetailsInner withRole(StudentRole role)
      Set the role property: Student Role.
      Parameters:
      role - the role value to set.
      Returns:
      the StudentDetailsInner object itself.
    • budget

      public Amount budget()
      Get the budget property: Student Budget.
      Returns:
      the budget value.
    • withBudget

      public StudentDetailsInner withBudget(Amount budget)
      Set the budget property: Student Budget.
      Parameters:
      budget - the budget value to set.
      Returns:
      the StudentDetailsInner object itself.
    • subscriptionId

      public String subscriptionId()
      Get the subscriptionId property: Subscription Id.
      Returns:
      the subscriptionId value.
    • expirationDate

      public OffsetDateTime expirationDate()
      Get the expirationDate property: Date this student is set to expire from the lab.
      Returns:
      the expirationDate value.
    • withExpirationDate

      public StudentDetailsInner withExpirationDate(OffsetDateTime expirationDate)
      Set the expirationDate property: Date this student is set to expire from the lab.
      Parameters:
      expirationDate - the expirationDate value to set.
      Returns:
      the StudentDetailsInner object itself.
    • status

      public StudentLabStatus status()
      Get the status property: Student Lab Status.
      Returns:
      the status value.
    • effectiveDate

      public OffsetDateTime effectiveDate()
      Get the effectiveDate property: Date student was added to the lab.
      Returns:
      the effectiveDate value.
    • subscriptionAlias

      public String subscriptionAlias()
      Get the subscriptionAlias property: Subscription alias.
      Returns:
      the subscriptionAlias value.
    • withSubscriptionAlias

      public StudentDetailsInner withSubscriptionAlias(String subscriptionAlias)
      Set the subscriptionAlias property: Subscription alias.
      Parameters:
      subscriptionAlias - the subscriptionAlias value to set.
      Returns:
      the StudentDetailsInner object itself.
    • subscriptionInviteLastSentDate

      public OffsetDateTime subscriptionInviteLastSentDate()
      Get the subscriptionInviteLastSentDate property: subscription invite last sent date.
      Returns:
      the subscriptionInviteLastSentDate value.
    • withSubscriptionInviteLastSentDate

      public StudentDetailsInner withSubscriptionInviteLastSentDate(OffsetDateTime subscriptionInviteLastSentDate)
      Set the subscriptionInviteLastSentDate property: subscription invite last sent date.
      Parameters:
      subscriptionInviteLastSentDate - the subscriptionInviteLastSentDate value to set.
      Returns:
      the StudentDetailsInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.