Class StudentLabStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StudentLabStatus>
com.azure.resourcemanager.education.models.StudentLabStatus

public final class StudentLabStatus extends com.azure.core.util.ExpandableStringEnum<StudentLabStatus>
Defines values for StudentLabStatus.
  • Field Details

    • ACTIVE

      public static final StudentLabStatus ACTIVE
      Static value Active for StudentLabStatus.
    • DISABLED

      public static final StudentLabStatus DISABLED
      Static value Disabled for StudentLabStatus.
    • EXPIRED

      public static final StudentLabStatus EXPIRED
      Static value Expired for StudentLabStatus.
    • PENDING

      public static final StudentLabStatus PENDING
      Static value Pending for StudentLabStatus.
    • DELETED

      public static final StudentLabStatus DELETED
      Static value Deleted for StudentLabStatus.
  • Constructor Details

    • StudentLabStatus

      public StudentLabStatus()
  • Method Details

    • fromString

      public static StudentLabStatus fromString(String name)
      Creates or finds a StudentLabStatus from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding StudentLabStatus.
    • values

      public static Collection<StudentLabStatus> values()
      Gets known StudentLabStatus values.
      Returns:
      known StudentLabStatus values.