Class HTTPMethod

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<HTTPMethod>
com.microsoft.azure.management.network.HTTPMethod

public final class HTTPMethod extends com.microsoft.rest.ExpandableStringEnum<HTTPMethod>
Defines values for HTTPMethod.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HTTPMethod
    Static value Get for HTTPMethod.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static HTTPMethod
    Creates or finds a HTTPMethod from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • GET

      public static final HTTPMethod GET
      Static value Get for HTTPMethod.
  • Constructor Details

    • HTTPMethod

      public HTTPMethod()
  • Method Details

    • 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
    • values

      public static Collection<HTTPMethod> values()
      Returns:
      known HTTPMethod values