Class NaptEnabled


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

      • ENABLED

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

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

      • NaptEnabled

        public NaptEnabled()
    • Method Detail

      • 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.