Uses of Class
org.glassfish.admin.rest.client.RestClientBase.Method

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)
           
 



Copyright © 2012. All Rights Reserved.