|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestClientBase.Method | |
|---|---|
| org.glassfish.admin.rest.client | |
| Uses of RestClientBase.Method in org.glassfish.admin.rest.client |
|---|
| Methods in org.glassfish.admin.rest.client that return RestClientBase.Method | |
|---|---|
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. |
| Methods in org.glassfish.admin.rest.client with parameters of type RestClientBase.Method | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||