Package com.flagsmith.models
Class Flag
java.lang.Object
com.flagsmith.utils.models.BaseModel
com.flagsmith.models.BaseFlag
com.flagsmith.models.Flag
public class Flag extends BaseFlag
-
Constructor Summary
Constructors Constructor Description Flag() -
Method Summary
Modifier and Type Method Description static FlagfromApiFlag(com.fasterxml.jackson.databind.JsonNode node)Flag from api.static FlagfromFeatureStateModel(FeatureStateModel featureState, Object identityId)return flag from feature state model and identity id.
-
Constructor Details
-
Flag
public Flag()
-
-
Method Details
-
fromFeatureStateModel
return flag from feature state model and identity id.- Parameters:
featureState- feature state modelidentityId- identity id
-
fromApiFlag
Flag from api.- Parameters:
node- node object
-