Add method to include expert flag in the config data
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetConfigCommand.java
index 7ae47b5..6fc9572 100644 (file)
@@ -11,5 +11,7 @@ public interface GetConfigCommand extends Executable<ConfigData> {
 
        GetConfigCommand withCurrent();
        GetConfigCommand withDefaults();
+       GetConfigCommand withSortOrder();
+       GetConfigCommand withExpertFlag();
 
 }