java.lang.Object
com.azure.core.util.ExpandableStringEnum<NaptEnabled>
com.azure.resourcemanager.mobilenetwork.models.NaptEnabled

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

    • ENABLED

      public static final NaptEnabled ENABLED
      Static value Enabled for NaptEnabled.
    • DISABLED

      public static final NaptEnabled DISABLED
      Static value Disabled for NaptEnabled.
  • Constructor Details

    • NaptEnabled

      public NaptEnabled()
  • Method Details

    • fromString

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

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