| Package | Description |
|---|---|
| org.gcube.informationsystem.resourceregistry.api.rest.httputils |
| Modifier and Type | Field and Description |
|---|---|
protected HTTPCall.HTTPMETHOD |
HTTPCall.method |
| Modifier and Type | Method and Description |
|---|---|
HTTPCall.HTTPMETHOD |
HTTPCall.getMethod() |
static HTTPCall.HTTPMETHOD |
HTTPCall.HTTPMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPCall.HTTPMETHOD[] |
HTTPCall.HTTPMETHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HTTPCall(String path,
HTTPCall.HTTPMETHOD method,
Map<String,String> parameters) |
HTTPCall(String path,
HTTPCall.HTTPMETHOD method,
Map<String,String> parameters,
String body) |
Copyright © 2017. All Rights Reserved.