Class Method


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

      • GET

        public static final Method GET
        Static value GET for Method.
      • POST

        public static final Method POST
        Static value POST for Method.
    • Constructor Detail

      • Method

        public Method()
    • Method Detail

      • fromString

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

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