Class IsCustomizable


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

      • FALSE

        public static final IsCustomizable FALSE
        Static value false for IsCustomizable.
      • TRUE

        public static final IsCustomizable TRUE
        Static value true for IsCustomizable.
    • Constructor Detail

      • IsCustomizable

        public IsCustomizable()
    • Method Detail

      • fromString

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

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