public class ClientUtils
extends java.lang.Object
| Constructor and Description |
|---|
ClientUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addQueryParam(javax.ws.rs.core.UriBuilder builder,
java.lang.String name,
java.lang.Object value)
Utility method that adds a query param to the builder.
|
public static void addQueryParam(javax.ws.rs.core.UriBuilder builder,
java.lang.String name,
java.lang.Object value)
builder - The builder reference to add the query paramname - The name of the query paramvalue - The value of the query param