GrantType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. education. models. GrantType
- com.
- com.
public final class GrantType
extends ExpandableStringEnum<GrantType>
Grant Offer Type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Grant |
ACADEMIC
Static value Academic for Grant |
|
static final
Grant |
STUDENT
Static value Student for Grant |
Constructor Summary
| Constructor | Description |
|---|---|
| GrantType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Grant |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Grant |
fromString(String name)
Creates or finds a Grant |
|
static
Collection<Grant |
values()
Gets known Grant |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACADEMIC
public static final GrantType ACADEMIC
Static value Academic for GrantType.
STUDENT
public static final GrantType STUDENT
Static value Student for GrantType.
Constructor Details
GrantType
@Deprecated
public GrantType()
Deprecated
Creates a new instance of GrantType value.
Method Details
fromString
public static GrantType fromString(String name)
Creates or finds a GrantType from its string representation.
Parameters:
Returns:
values
public static Collection<GrantType> values()
Gets known GrantType values.
Returns: