Class ChownMode


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

      • RESTRICTED

        public static final ChownMode RESTRICTED
        Static value Restricted for ChownMode.
      • UNRESTRICTED

        public static final ChownMode UNRESTRICTED
        Static value Unrestricted for ChownMode.
    • Constructor Detail

      • ChownMode

        public ChownMode()
    • Method Detail

      • fromString

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