Uses of Class
org.glassfish.admin.rest.client.RestClientBase.Method
-
Packages that use RestClientBase.Method Package Description 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 Modifier and Type Method Description static RestClientBase.MethodRestClientBase.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 Modifier and Type Method Description RestResponseRestClientBase. execute(RestClientBase.Method method, String endpoint, boolean needsMultiPart)RestResponseRestClientBase. execute(RestClientBase.Method method, String endPoint, Map<String,Object> payload)RestResponseRestClientBase. execute(RestClientBase.Method method, String endPoint, Map<String,Object> payload, boolean needsMultiPart)
-