Package com.google.api.server.spi.config
Class ApiMethod.HttpMethod
- java.lang.Object
-
- com.google.api.server.spi.config.ApiMethod.HttpMethod
-
-
Constructor Summary
Constructors Constructor Description HttpMethod()
-
-
-
Field Detail
-
GET
public static final String GET
An HTTP GET call. Used for retrieving resources.- See Also:
- Constant Field Values
-
POST
public static final String POST
An HTTP POST call. Used for creating resources or custom methods.- See Also:
- Constant Field Values
-
PUT
public static final String PUT
An HTTP PUT call. Used for updating resources.- See Also:
- Constant Field Values
-
DELETE
public static final String DELETE
An HTTP DELETE call. Used for deleting resources.- See Also:
- Constant Field Values
-
-