Interface OptionData.Builder
- Enclosing interface:
OptionData
public static interface OptionData.Builder
-
Method Details
-
option
TheOptionassociated with this data.- Parameters:
option- The option- 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
OptionData.Builder reset()Resets the builder to default settings.- Returns:
- The builder
-
build
OptionData build()Returns theOptionData.- Returns:
- The option data
-