Class StartGroup

    • Constructor Detail

      • StartGroup

        public StartGroup()
      • StartGroup

        public StartGroup​(String parentId)
        Creates a new StartGroup object.
        Parameters:
        parentId - The identifier of the parent resource for this group.
      • StartGroup

        public StartGroup​(String parentId,
                          String id)
        Creates a new startGroup object with the identifier of the group's parent and the group's identifier.
        Parameters:
        parentId - the identifier of the parent resource for this group.
        id - the identifier of this group.
      • StartGroup

        public StartGroup​(String parentId,
                          String id,
                          boolean isReference)
        Creates a new startGroup object with the identifier of the group's parent, the group's identifier, and an indicator of whether this group is a referent or not.
        Parameters:
        parentId - the identifier of the parent resource for this group.
        id - the identifier of this group.
        isReference - true if this group is referred by another resource.