Uses of Class
org.dajlab.bricksetapi.v3.vo.Method
-
Packages that use Method Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.vo -
-
Uses of Method in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service with parameters of type Method Modifier and Type Method Description protected StringAbstractBricksetService. returnJsonResponse(Method method, String uri)Call the service and return the response.protected StringAbstractBricksetService. returnJsonResponse(Method method, String uri, Map<String,String> parameters, String userHash)Call the service and return the response. -
Uses of Method in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return Method Modifier and Type Method Description static MethodMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Method[]Method. values()Returns an array containing the constants of this enum type, in the order they are declared.
-