Add method to include sort order in the config data
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetConfigCommand.java
index 608baba..2650b51 100644 (file)
@@ -10,5 +10,7 @@ import net.pterodactylus.fcp.ConfigData;
 public interface GetConfigCommand extends Executable<ConfigData> {
 
        GetConfigCommand withCurrent();
+       GetConfigCommand withDefaults();
+       GetConfigCommand withSortOrder();
 
 }