| Package | Description |
|---|---|
| org.glassfish.admin.rest.client |
| Modifier and Type | Method and Description |
|---|---|
static RestClientBase.Method |
RestClientBase.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestClientBase.Method[] |
RestClientBase.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RestResponse |
RestClientBase.execute(RestClientBase.Method method,
String endpoint,
boolean needsMultiPart) |
RestResponse |
RestClientBase.execute(RestClientBase.Method method,
String endPoint,
Map<String,Object> payload) |
RestResponse |
RestClientBase.execute(RestClientBase.Method method,
String endPoint,
Map<String,Object> payload,
boolean needsMultiPart) |
Copyright © 2013. All Rights Reserved.