Class IdentityModel
java.lang.Object
com.flagsmith.utils.models.BaseModel
com.flagsmith.flagengine.identities.IdentityModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the composite key for the identity.voidupdateTraits(List<? extends TraitModel> traits) Update the identity traits.
-
Constructor Details
-
IdentityModel
public IdentityModel()
-
-
Method Details
-
getCompositeKey
Returns the composite key for the identity. -
updateTraits
Update the identity traits.- Parameters:
traits- traits to update
-