Interface QapiCustomer
- All Superinterfaces:
Map<String,
,SelectableExpression> PersistedObjectColumns
,Tables.Columns
,Tables.Table
-
Nested Class Summary
-
Method Summary
Methods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from interface PersistedObjectColumns
createDate, createdBy, id, lastUpdateBy, lastUpdateDate, version
-
Method Details
-
customerId
SelectableExpression customerId() -
name
SelectableExpression name() -
parentId
SelectableExpression parentId() -
isParent
SelectableExpression isParent() -
userGroupEdit
SelectableExpression userGroupEdit() -
userGroupViewDetails
SelectableExpression userGroupViewDetails()
-