Class ParameterBuilder
java.lang.Object
de.captaingoldfish.scim.sdk.client.http.ParameterBuilder
author Pascal Knueppel
created at: 09.12.2019 - 22:22
this class is used to add parameters to http requests with the
created at: 09.12.2019 - 22:22
this class is used to add parameters to http requests with the
ScimHttpClient-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParameter(String name, String value) adds the given name value pair and returns the builder instancebuild()builds the parameters as mapstatic ParameterBuilderbuilder()creates a builder instance
-
Constructor Details
-
ParameterBuilder
public ParameterBuilder()
-
-
Method Details
-
builder
creates a builder instance -
addParameter
adds the given name value pair and returns the builder instance- Parameters:
name- the name of the parametervalue- the value of the parameter- Returns:
- the builder instance
-
build
builds the parameters as map
-