Package sonia.scm.api.v2.resources
Class HalEnricherContext.Builder
java.lang.Object
sonia.scm.api.v2.resources.HalEnricherContext.Builder
- Enclosing class:
- HalEnricherContext
Builder for
HalEnricherContext.- Since:
- 2.23.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns theHalEnricherContext.Add an entry with the given type to the context.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
put
Add an entry with the given type to the context.- Type Parameters:
T- type of object- Parameters:
type- type of the objectobject- object- Returns:
this
-
build
Returns theHalEnricherContext.
-