Class Group


  • public class Group
    extends Object
    Provide a Group value object class.
    Since:
    18.11.0
    • Constructor Detail

      • Group

        public Group​(com.avoka.fc.core.entity.Group group)
        Create a Group value object with the given form entity parameter.
        Parameters:
        group - the group entity parameter (required)
      • Group

        public Group​(Map fields)
        Create a unit testing Group value object with the given fields.
        Parameters:
        fields - the group entity fields (required)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        a string representation of the object.