Uses of Class
org.dajlab.rebrickableapi.v3.enumeration.Method
-
Packages that use Method Package Description org.dajlab.rebrickableapi.v3.enumeration org.dajlab.rebrickableapi.v3.service -
-
Uses of Method in org.dajlab.rebrickableapi.v3.enumeration
Methods in org.dajlab.rebrickableapi.v3.enumeration 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. -
Uses of Method in org.dajlab.rebrickableapi.v3.service
Methods in org.dajlab.rebrickableapi.v3.service with parameters of type Method Modifier and Type Method Description protected StringAbstractRebrickableService. returnJsonResponse(Method method, String uri)Call the service and return the response.protected StringAbstractRebrickableService. returnJsonResponse(Method method, String uri, Map<String,String> parameters)Call the service and return the response.
-