Class HttpMethod


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

      • GET

        public static final HttpMethod GET
        Static value Get for HttpMethod.
    • Constructor Detail

      • HttpMethod

        public HttpMethod()
    • Method Detail

      • fromString

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