Uses of Class
com.flagsmith.exceptions.FlagsmithClientError
| Package | Description |
|---|---|
| com.flagsmith | |
| com.flagsmith.exceptions | |
| com.flagsmith.models | |
| com.flagsmith.offline |
-
Uses of FlagsmithClientError in com.flagsmith
Methods in com.flagsmith that throw FlagsmithClientError Modifier and Type Method Description FlagsFlagsmithClient. getEnvironmentFlags()Get all the default for flags for the current environment.FlagsFlagsmithClient. getIdentityFlags(String identifier)Get all the flags for the current environment for a given identity.FlagsFlagsmithClient. getIdentityFlags(String identifier, Map<String,Object> traits)Get all the flags for the current environment for a given identity.FlagsFlagsmithClient. getIdentityFlags(String identifier, Map<String,Object> traits, boolean isTransient)Get all the flags for the current environment for a given identity.List<Segment>FlagsmithClient. getIdentitySegments(String identifier)Get a list of segments that the given identity is in.List<Segment>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 Modifier and Type Class Description classFeatureNotFoundErrorclassFlagsmithApiError -
Uses of FlagsmithClientError in com.flagsmith.models
Methods in com.flagsmith.models that throw FlagsmithClientError Modifier and Type Method Description ObjectFlags. getFeatureValue(String featureName)Get the feature value, null if not present.BaseFlagFlags. getFlag(String featureName)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 FlagsmithClientError Constructor Description LocalFileHandler(String filePath)Instantiate a LocalFileHandler for use as an OfflineHandler.