Package com.posthog.server
Class PostHogFeatureFlagResultOptions
-
- All Implemented Interfaces:
public final class PostHogFeatureFlagResultOptionsProvides an ergonomic interface when providing options for getFeatureFlagResult. 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 classPostHogFeatureFlagResultOptions.Builder
-
Method Summary
Modifier and Type Method Description final Map<String, String>getGroups()final Map<String, Object>getPersonProperties()final Map<String, Map<String, Object>>getGroupProperties()final BooleangetSendFeatureFlagEvent()final static PostHogFeatureFlagResultOptions.Builderbuilder()-
-
Method Detail
-
getPersonProperties
final Map<String, Object> getPersonProperties()
-
getSendFeatureFlagEvent
final Boolean getSendFeatureFlagEvent()
-
builder
final static PostHogFeatureFlagResultOptions.Builder builder()
-
-
-
-