A snapshot of the present configuration of the current (parent) target instance is taken and is inherited by the newly constructed (child) target instance.
@param name the query parameter name, may contain URI template parameters @param values the query parameter value(s), each object will be convertedto a {@code String} using its {@code toString()} method. Stringifiedvalues may contain URI template parameters. @return a new target instance. @throws NullPointerException if the parameter name is {@code null} or if there are multiplevalues present and any of those values is {@code null}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|