| Package | Description |
|---|---|
| org.springframework.social.support |
Internal utilities and helpers used by the Spring Social core module.
|
| Modifier and Type | Method and Description |
|---|---|
static URIBuilder |
URIBuilder.fromUri(String baseUri)
Creates a URIBuilder with a base URI string as the starting point
|
URIBuilder |
URIBuilder.queryParam(String name,
String value)
Adds a query parameter to the URI
|
URIBuilder |
URIBuilder.queryParams(org.springframework.util.MultiValueMap<String,String> params)
Adds a query parameters to the URI
|
Copyright © 2016. All rights reserved.