Uses of Class
com.flagsmith.exceptions.FlagsmithClientError
Packages that use FlagsmithClientError
Package
Description
-
Uses of FlagsmithClientError in com.flagsmith
Methods in com.flagsmith that throw FlagsmithClientErrorModifier and TypeMethodDescriptionFlagsmithClient.getEnvironmentFlags()Get all the default for flags for the current environment.FlagsmithClient.getIdentityFlags(String identifier) Get all the flags for the current environment for a given identity.FlagsmithClient.getIdentityFlags(String identifier, Map<String, Object> traits) Get all the flags for the current environment for a given identity.FlagsmithClient.getIdentityFlags(String identifier, Map<String, Object> traits, boolean isTransient) Get all the flags for the current environment for a given identity.FlagsmithClient.getIdentitySegments(String identifier) Get a list of segments that the given identity is in.FlagsmithClient.getIdentitySegments(String identifier, Map<String, Object> traits) Get a list of segments that the given identity is in. -
Uses of FlagsmithClientError in com.flagsmith.exceptions
Subclasses of FlagsmithClientError in com.flagsmith.exceptions -
Uses of FlagsmithClientError in com.flagsmith.models
Methods in com.flagsmith.models that throw FlagsmithClientErrorModifier and TypeMethodDescriptionFlags.getFeatureValue(String featureName) Get the feature value, null if not present.Get the feature, null if not present.booleanFlags.isFeatureEnabled(String featureName) is feature enabled, null if not present. -
Uses of FlagsmithClientError in com.flagsmith.offline
Constructors in com.flagsmith.offline that throw FlagsmithClientErrorModifierConstructorDescriptionLocalFileHandler(String filePath) Instantiate a LocalFileHandler for use as an OfflineHandler.