Class GroupFactory


  • public class GroupFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Group create()
      For new objects not added to Redmine yet.
      static Group create​(java.lang.Integer id)  
      static Group create​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupFactory

        public GroupFactory()
    • Method Detail

      • create

        public static Group create()
        For new objects not added to Redmine yet. the ID field will be initialized to NULL.
      • create

        public static Group create​(java.lang.Integer id)
      • create

        public static Group create​(java.lang.String name)