Class HttpMethod
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.HttpMethod
-
public class HttpMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpMethod(String method)
-
-
-
Field Detail
-
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
-
GET
public static final String GET
- See Also:
- Constant Field Values
-
HEAD
public static final String HEAD
- See Also:
- Constant Field Values
-
OPTIONS
public static final String OPTIONS
- See Also:
- Constant Field Values
-
PATCH
public static final String PATCH
- See Also:
- Constant Field Values
-
POST
public static final String POST
- See Also:
- Constant Field Values
-
PUT
public static final String PUT
- See Also:
- Constant Field Values
-
TRACE
public static final String TRACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpMethod
public HttpMethod(String method)
-
-
Method Detail
-
method
public String method()
-
-