Interface StudentDetails


public interface StudentDetails
An immutable client-side representation of StudentDetails.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

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

      String firstName()
      Gets the firstName property: First Name.
      Returns:
      the firstName value.
    • lastName

      String lastName()
      Gets the lastName property: Last Name.
      Returns:
      the lastName value.
    • email

      String email()
      Gets the email property: Student Email.
      Returns:
      the email value.
    • role

      StudentRole role()
      Gets the role property: Student Role.
      Returns:
      the role value.
    • budget

      Amount budget()
      Gets the budget property: Student Budget.
      Returns:
      the budget value.
    • subscriptionId

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

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

      Gets the status property: Student Lab Status.
      Returns:
      the status value.
    • effectiveDate

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

      String subscriptionAlias()
      Gets the subscriptionAlias property: Subscription alias.
      Returns:
      the subscriptionAlias value.
    • subscriptionInviteLastSentDate

      OffsetDateTime subscriptionInviteLastSentDate()
      Gets the subscriptionInviteLastSentDate property: subscription invite last sent date.
      Returns:
      the subscriptionInviteLastSentDate value.
    • innerModel

      StudentDetailsInner innerModel()
      Gets the inner com.azure.resourcemanager.education.fluent.models.StudentDetailsInner object.
      Returns:
      the inner object.