Class FeatureConfig.Builder
java.lang.Object
dev.tachyonmcp.core.server.config.FeatureConfig.Builder
- Enclosing class:
FeatureConfig
Builder for
FeatureConfig.-
Method Summary
Modifier and TypeMethodDescriptionbuild()listChanged(boolean listChanged) off()Disables the capability (mode = OFF).on()Enables the capability (mode = ON).pageSize(int pageSize)
-
Method Details
-
mode
-
listChanged
-
pageSize
-
on
Enables the capability (mode = ON). -
off
Disables the capability (mode = OFF). -
build
-