Uses of Enum Class
org.glassfish.admin.rest.client.RestClientBase.Method
Packages that use RestClientBase.Method
-
Uses of RestClientBase.Method in org.glassfish.admin.rest.client
Methods in org.glassfish.admin.rest.client that return RestClientBase.MethodModifier and TypeMethodDescriptionstatic RestClientBase.MethodReturns the enum constant of this class with the specified name.static RestClientBase.Method[]RestClientBase.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.admin.rest.client with parameters of type RestClientBase.MethodModifier and TypeMethodDescriptionRestClientBase.execute(RestClientBase.Method method, String endpoint, boolean needsMultiPart) RestClientBase.execute(RestClientBase.Method method, String endPoint, Map<String, Object> payload, boolean needsMultiPart)