The typical use is:
{@code Urlshortener urlshortener = new Urlshortener(...);}{@code Urlshortener.Url.List request = urlshortener.url().list(parameters ...)}@return the resource collection
String
to be suitable to use as an HTTP parameter value. String
, null
if null string inputSee java.net.URLEncoder#encode(String,String).
@since VelocityTools 1.3
|
|
|
|
|
|