Class Profile.ProfileBuilder
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,java.lang.Object>
-
- de.hybris.platform.personalizationyprofile.yaas.Profile.ProfileBuilder
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- Profile
public static class Profile.ProfileBuilder extends java.util.LinkedHashMap<java.lang.String,java.lang.Object>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Profilebuild()Profile.ProfileBuilderwithInsights(Insights insights)Profile.ProfileBuilderwithSegments(java.util.Map<java.lang.String,Segment> segments)-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
withInsights
public Profile.ProfileBuilder withInsights(Insights insights)
-
withSegments
public Profile.ProfileBuilder withSegments(java.util.Map<java.lang.String,Segment> segments)
-
build
public Profile build()
-
-