Uses of Class
de.hybris.platform.yaasyprofileconnect.yaas.UserAgent
-
-
Uses of UserAgent in de.hybris.platform.assistedserviceyprofilefacades.impl
Methods in de.hybris.platform.assistedserviceyprofilefacades.impl that return types with arguments of type UserAgent Modifier and Type Method Description protected Converter<java.util.Map.Entry<java.lang.String,UserAgent>,TechnologyUsedData>DefaultYProfileAffinityFacade. getDeviceAffinityConverter()Method parameters in de.hybris.platform.assistedserviceyprofilefacades.impl with type arguments of type UserAgent Modifier and Type Method Description voidDefaultYProfileAffinityFacade. setDeviceAffinityConverter(Converter<java.util.Map.Entry<java.lang.String,UserAgent>,TechnologyUsedData> deviceAffinityConverter) -
Uses of UserAgent in de.hybris.platform.assistedserviceyprofilefacades.populator
Classes in de.hybris.platform.assistedserviceyprofilefacades.populator with type parameters of type UserAgent Modifier and Type Class Description classDeviceAffinityPopulator<SOURCE extends java.util.Map.Entry<java.lang.String,UserAgent>,TARGET extends TechnologyUsedData>Populator for device affinity data. -
Uses of UserAgent in de.hybris.platform.yaasyprofileconnect.yaas
Methods in de.hybris.platform.yaasyprofileconnect.yaas that return UserAgent Modifier and Type Method Description UserAgentUserAgent.UserAgentBuilder. build()Methods in de.hybris.platform.yaasyprofileconnect.yaas that return types with arguments of type UserAgent Modifier and Type Method Description java.util.Map<java.lang.String,UserAgent>Profile. getUserAgents()Method parameters in de.hybris.platform.yaasyprofileconnect.yaas with type arguments of type UserAgent Modifier and Type Method Description voidProfile. setUserAgents(java.util.Map<java.lang.String,UserAgent> userAgents)Generated property forProfile.userAgentsproperty defined at extensionyaasyprofileconnect.Profile.ProfileBuilderProfile.ProfileBuilder. withUserAgents(java.util.Map<java.lang.String,UserAgent> userAgents)Constructor parameters in de.hybris.platform.yaasyprofileconnect.yaas with type arguments of type UserAgent Constructor Description Profile(Insights insights, java.util.Map<java.lang.String,UserAgent> userAgents)
-