public class ParameterBuilder extends Object
ScimHttpClient| Constructor and Description |
|---|
ParameterBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ParameterBuilder |
addParameter(String name,
String value)
adds the given name value pair and returns the builder instance
|
Map<String,String> |
build()
builds the parameters as map
|
static ParameterBuilder |
builder()
creates a builder instance
|
public static ParameterBuilder builder()
public ParameterBuilder addParameter(String name, String value)
name - the name of the parametervalue - the value of the parameterCopyright © 2020. All rights reserved.