Class Groups


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

      Constructors 
      Constructor Description
      Groups()  
      Groups​(java.util.List<Group> groups)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Group> getGroups()  
      • Methods inherited from class java.lang.Object

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

      • Groups

        public Groups()
      • Groups

        public Groups​(java.util.List<Group> groups)
    • Method Detail

      • getGroups

        public java.util.List<Group> getGroups()