-
public final class ExperimentUser.Builder
-
-
Constructor Summary
Constructors Constructor Description ExperimentUser.Builder()
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>userId(String userId)final <ERROR CLASS>deviceId(String deviceId)final <ERROR CLASS>country(String country)final <ERROR CLASS>region(String region)final <ERROR CLASS>dma(String dma)final <ERROR CLASS>city(String city)final <ERROR CLASS>language(String language)final <ERROR CLASS>platform(String platform)final <ERROR CLASS>version(String version)final <ERROR CLASS>os(String os)final <ERROR CLASS>deviceManufacturer(String deviceManufacturer)final <ERROR CLASS>deviceBrand(String deviceBrand)final <ERROR CLASS>deviceModel(String deviceModel)final <ERROR CLASS>carrier(String carrier)final <ERROR CLASS>library(String library)final <ERROR CLASS>userProperties(Map<String, Object> userProperties)final <ERROR CLASS>userProperty(String key, Object value)final <ERROR CLASS>groups(Map<String, Set<String>> groups)final <ERROR CLASS>group(String groupType, String groupName)final <ERROR CLASS>groupProperties(Map<String, Map<String, Map<String, Object>>> groupProperties)final <ERROR CLASS>groupProperty(String groupType, String groupName, String key, Object value)final ExperimentUserbuild()-
-
Method Detail
-
deviceManufacturer
final <ERROR CLASS> deviceManufacturer(String deviceManufacturer)
-
deviceBrand
final <ERROR CLASS> deviceBrand(String deviceBrand)
-
deviceModel
final <ERROR CLASS> deviceModel(String deviceModel)
-
userProperties
final <ERROR CLASS> userProperties(Map<String, Object> userProperties)
-
userProperty
final <ERROR CLASS> userProperty(String key, Object value)
-
groupProperties
final <ERROR CLASS> groupProperties(Map<String, Map<String, Map<String, Object>>> groupProperties)
-
groupProperty
final <ERROR CLASS> groupProperty(String groupType, String groupName, String key, Object value)
-
build
final ExperimentUser build()
-
-
-
-