| Package | Description |
|---|---|
| com.geotab.model.entity.user | |
| com.geotab.model.search |
| Modifier and Type | Field and Description |
|---|---|
protected HosRuleSet |
User.hosRuleSet
The
HosRuleSet the user follows. |
| Modifier and Type | Method and Description |
|---|---|
static HosRuleSet |
HosRuleSet.findOrDefault(String name) |
static HosRuleSet |
HosRuleSet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HosRuleSet[] |
HosRuleSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UserSearch(String id,
List<GroupSearch> companyGroups,
List<GroupSearch> driverGroups,
String firstName,
LocalDateTime fromDate,
Boolean isDriver,
Long keyId,
String lastName,
String name,
String serialNumber,
LocalDateTime toDate,
List<String> keywords,
List<GroupSearch> securityGroups,
String licenseNumber,
String employeeNumber,
HosRuleSet hosRuleSet,
UserAuthenticationType authenticationType) |
Copyright © 2023. All rights reserved.