Class LocationsAffinity.LocationsAffinityBuilder
- 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.Affinity.AffinityBuilder
-
- de.hybris.platform.personalizationyprofile.yaas.LocationsAffinity.LocationsAffinityBuilder
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- LocationsAffinity
public static class LocationsAffinity.LocationsAffinityBuilder extends Affinity.AffinityBuilder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocationsAffinityBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationsAffinitybuild()LocationsAffinity.LocationsAffinityBuilderwithLocation(Location location)LocationsAffinity.LocationsAffinityBuilderwithRecentCount(java.lang.Integer recentCount)-
Methods inherited from class de.hybris.platform.personalizationyprofile.yaas.Affinity.AffinityBuilder
withRecentScore, withRecentViewCount, withScore
-
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
-
withRecentCount
public LocationsAffinity.LocationsAffinityBuilder withRecentCount(java.lang.Integer recentCount)
-
withLocation
public LocationsAffinity.LocationsAffinityBuilder withLocation(Location location)
-
build
public LocationsAffinity build()
- Overrides:
buildin classAffinity.AffinityBuilder
-
-