Class HTTPMethod


  • public final class HTTPMethod
    extends com.microsoft.rest.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