OccupantRoles
OccupantRoles API
all()
all()OccupantRoles all();some()
some()OccupantRoles some(OccupantRole... roles);Parameters
Last updated
The occupant roles for which an aggregated safety score is being requested.
all()Returns an instance of OccupantRoles that represents all occupant roles.
OccupantRoles all();some()Returns an instance of OccupantRoles that represents a subset of occupant roles.
OccupantRoles some(OccupantRole... roles);roles
The occupant roles for which an aggregated safety score is being requested. See OccupantRole.
Last updated