Package com.posthog.server
Class PostHogFeatureFlagOptions
-
- All Implemented Interfaces:
public final class PostHogFeatureFlagOptionsProvides an ergonomic interface when providing options for capturing events This is mainly meant to be used from Java, as Kotlin can use named parameters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPostHogFeatureFlagOptions.Builder
-
Method Summary
Modifier and Type Method Description final ObjectgetDefaultValue()final Map<String, String>getGroups()final Map<String, Object>getPersonProperties()final Map<String, Map<String, Object>>getGroupProperties()final static PostHogFeatureFlagOptions.Builderbuilder()-
-
Method Detail
-
getDefaultValue
final Object getDefaultValue()
-
getPersonProperties
final Map<String, Object> getPersonProperties()
-
builder
final static PostHogFeatureFlagOptions.Builder builder()
-
-
-
-