Group
@Serializable
Parameters
account Number Requires Auto Generation
activation Date
active
active Client Members
center
child Group
client Members
closed
group
group Level
group Members
id
new
not Active
not Pending
office
parent
pending
staff
submitted On Date
transfer In Progress
transfer In Progress Or On Hold
transfer On Hold
Constructors
Link copied to clipboard
constructor(accountNumberRequiresAutoGeneration: Boolean? = null, activationDate: LocalDate? = null, active: Boolean? = null, activeClientMembers: Set<Client>? = null, center: Boolean? = null, childGroup: Boolean? = null, clientMembers: Set<Client>? = null, closed: Boolean? = null, group: Boolean? = null, groupLevel: GroupLevel? = null, groupMembers: List<Group>? = null, id: Long? = null, new: Boolean? = null, notActive: Boolean? = null, notPending: Boolean? = null, office: Office? = null, parent: Group? = null, pending: Boolean? = null, staff: Staff? = null, submittedOnDate: LocalDate? = null, transferInProgress: Boolean? = null, transferInProgressOrOnHold: Boolean? = null, transferOnHold: Boolean? = null)