DealerOrgSortDTO enum
Values
- swaggerGeneratedUnknown → const DealerOrgSortDTO
-
const DealerOrgSortDTO(null) - businesspartnerno → const DealerOrgSortDTO
-
const DealerOrgSortDTO('BusinessPartnerNo') - name → const DealerOrgSortDTO
-
const DealerOrgSortDTO('Name') - phonenumber → const DealerOrgSortDTO
-
const DealerOrgSortDTO('PhoneNumber') - devicecount → const DealerOrgSortDTO
-
const DealerOrgSortDTO('DeviceCount') - usercount → const DealerOrgSortDTO
-
const DealerOrgSortDTO('UserCount') - techniciancount → const DealerOrgSortDTO
-
const DealerOrgSortDTO('TechnicianCount')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DealerOrgSortDTO> - A constant List of the values in this enum, in order of their declaration.