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

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

    Fields
    Modifier and Type
    Field
    Description
    static final GrantType
    Static value Academic for GrantType.
    static final GrantType
    Static value Student for GrantType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static GrantType
    Creates or finds a GrantType from its string representation.
    Gets known GrantType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • STUDENT

      public static final GrantType STUDENT
      Static value Student for GrantType.
    • ACADEMIC

      public static final GrantType ACADEMIC
      Static value Academic for GrantType.
  • Constructor Details

    • GrantType

      public GrantType()
  • Method Details

    • fromString

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

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