Class HttpMethod

java.lang.Object
com.google.cloud.StringEnumValue
com.google.cloud.storage.HttpMethod
All Implemented Interfaces:
Serializable

public final class HttpMethod extends com.google.cloud.StringEnumValue
Http method supported by Storage service.
See Also:
  • Field Details

  • Method Details

    • valueOfStrict

      public static HttpMethod valueOfStrict(String constant)
      Get the HttpMethod for the given String constant, and throw an exception if the constant is not recognized.
    • valueOf

      public static HttpMethod valueOf(String constant)
      Get the HttpMethod for the given String constant, and allow unrecognized values.
    • values

      public static HttpMethod[] values()
      Return the known values for HttpMethod.