Expose lots of constructors and accessors
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / ModifyConfig.java
index 412b818..687ee16 100644 (file)
@@ -32,6 +32,11 @@ public class ModifyConfig extends FcpMessage {
                super("ModifyConfig");
        }
 
+       public ModifyConfig(String identifier) {
+               this();
+               setField("Identifier", identifier);
+       }
+
        /**
         * Sets the option with the given name to the given value.
         *