Package io.split.client.utils
Class FeatureFlagsToUpdate
- java.lang.Object
-
- io.split.client.utils.FeatureFlagsToUpdate
-
public class FeatureFlagsToUpdate extends Object
-
-
Constructor Summary
Constructors Constructor Description FeatureFlagsToUpdate(List<ParsedSplit> toAdd, List<String> toRemove, Set<String> segments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getSegments()List<ParsedSplit>getToAdd()List<String>getToRemove()
-