- getCache() - Method in class com.flagsmith.FlagsmithClient
-
This method returns a Flagsmith cache object that encapsulates methods to manipulate the cache.
- 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
- getFeatureFlags(FeatureUser, boolean) - 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
- getIfPresent(String) - Method in interface com.flagsmith.FlagsmithCache
-
Returns the value associated with key in this cache, or null if there is no cached value for key.
- 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
It fails silently if there is an error
- getUserFlagsAndTraits(FeatureUser, boolean) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing user Traits and Flags for the given environment and identity user
- getValue() - Method in enum com.flagsmith.FlagsmithLoggerLevel
-