- getFeatureFlags() - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing Features for the given environment
- getFeatureFlags(FeatureUser) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing Features for the given environment and user
- getFeatureFlagValue(String) - Method in class com.flagsmith.FlagsmithClient
-
Get Feature value (remote config) for given feature id.
- getFeatureFlagValue(String, FeatureUser) - Method in class com.flagsmith.FlagsmithClient
-
Get Feature value (remote config) for given feature id and user
- getFeatureFlagValue(String, FlagsAndTraits) - Static method in class com.flagsmith.FlagsmithClient
-
Get Feature value (remote config) for given feature id and user
- getMappper() - Static method in class com.flagsmith.MapperFactory
-
- getTrait(FeatureUser, String) - Method in class com.flagsmith.FlagsmithClient
-
Get user Trait for given user identity and trait key.
- getTrait(FlagsAndTraits, String) - Static method in class com.flagsmith.FlagsmithClient
-
Get user Trait from a given FlagsAndTraits and trait key.
- getTraits(FeatureUser, String...) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of user Traits for user identity and trait keys
- getTraits(FlagsAndTraits, String...) - Static method in class com.flagsmith.FlagsmithClient
-
Get a list of user Traits for user identity and trait keys
- getUserFlagsAndTraits(FeatureUser) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing user Traits and Flags for the given environment and identity user