Interface FlagData.Builder
- Enclosing interface:
FlagData
public static interface FlagData.Builder
-
Method Details
-
flag
TheFlagassociated with this data.- Parameters:
flag- The flag- Returns:
- The builder
-
context
TheContextassociated with this data.- Parameters:
context- The context- Returns:
- The builder
-
contexts
TheContext's associated with this data.- Parameters:
contexts- The contexts- Returns:
- The builder
-
reset
FlagData.Builder reset()Resets the builder to default settings.- Returns:
- The builder
-
build
FlagData build()Returns theFlagData.- Returns:
- The flag data
-