Class StudentLabStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StudentLabStatus>
com.azure.resourcemanager.education.models.StudentLabStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class StudentLabStatus
extends com.azure.core.util.ExpandableStringEnum<StudentLabStatus>
Student Lab Status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StudentLabStatusStatic value Active for StudentLabStatus.static final StudentLabStatusStatic value Deleted for StudentLabStatus.static final StudentLabStatusStatic value Disabled for StudentLabStatus.static final StudentLabStatusStatic value Expired for StudentLabStatus.static final StudentLabStatusStatic value Pending for StudentLabStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StudentLabStatusfromString(String name) Creates or finds a StudentLabStatus from its string representation.static Collection<StudentLabStatus> values()Gets known StudentLabStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACTIVE
Static value Active for StudentLabStatus. -
DISABLED
Static value Disabled for StudentLabStatus. -
EXPIRED
Static value Expired for StudentLabStatus. -
PENDING
Static value Pending for StudentLabStatus. -
DELETED
Static value Deleted for StudentLabStatus.
-
-
Constructor Details
-
StudentLabStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of StudentLabStatus value.
-
-
Method Details
-
fromString
Creates or finds a StudentLabStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding StudentLabStatus.
-
values
Gets known StudentLabStatus values.- Returns:
- known StudentLabStatus values.
-
fromString(String)factory method.