Add method to include data types in config data
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetConfigCommand.java
index a886cdc..0df93c7 100644 (file)
@@ -15,5 +15,7 @@ public interface GetConfigCommand extends Executable<ConfigData> {
        GetConfigCommand withExpertFlag();
        GetConfigCommand withForceWriteFlag();
        GetConfigCommand withShortDescription();
+       GetConfigCommand withLongDescription();
+       GetConfigCommand withDataTypes();
 
 }