Class GlobalParameterType


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

      • GlobalParameterType

        public GlobalParameterType()
    • Method Detail

      • fromString

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

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