Uses of Class
io.unlaunch.UnlaunchAttribute
| Package | Description |
|---|---|
| io.unlaunch | |
| io.unlaunch.engine |
-
Uses of UnlaunchAttribute in io.unlaunch
Methods in io.unlaunch that return UnlaunchAttribute Modifier and Type Method Description static UnlaunchAttributeUnlaunchAttribute. newBoolean(java.lang.String key, boolean value)static UnlaunchAttributeUnlaunchAttribute. newDate(java.lang.String key, long millisecondsSinceEpoch)static UnlaunchAttributeUnlaunchAttribute. newDateTime(java.lang.String key, long millisecondsSinceEpoch)static UnlaunchAttributeUnlaunchAttribute. newNumber(java.lang.String key, java.lang.Number value)static UnlaunchAttributeUnlaunchAttribute. newString(java.lang.String key, java.lang.String value)Methods in io.unlaunch with parameters of type UnlaunchAttribute Modifier and Type Method Description UnlaunchFeatureOfflineUnlaunchClient. getFeature(java.lang.String flagKey, java.lang.String identity, UnlaunchAttribute... attributes)UnlaunchFeatureUnlaunchClient. getFeature(java.lang.String flagKey, java.lang.String identity, UnlaunchAttribute... attributes)Same asUnlaunchClient.getFeature(String, String)but usesattributesthat are passed as argument when evaluating the feature flag's targeting rules.java.lang.StringOfflineUnlaunchClient. getVariation(java.lang.String flagKey, java.lang.String identity, UnlaunchAttribute... attributes)java.lang.StringUnlaunchClient. getVariation(java.lang.String flagKey, java.lang.String identity, UnlaunchAttribute... attributes)Same asUnlaunchClient.getVariation(String, String)but usesattributesthat are passed as argument when evaluating the feature flag's targeting rules. -
Uses of UnlaunchAttribute in io.unlaunch.engine
Methods in io.unlaunch.engine with parameters of type UnlaunchAttribute Modifier and Type Method Description static UnlaunchUserUnlaunchUser. createWithAttributes(java.lang.String id, UnlaunchAttribute... attributes)