Interface TenantFilter
- All Superinterfaces:
TypedFilterableRequest.SearchRequestFilter
- All Known Implementing Classes:
TenantFilterImpl
-
Method Summary
Modifier and TypeMethodDescriptionFilter tenants by the specified name.Filter tenants by the specified tenant ID.
-
Method Details
-
tenantId
Filter tenants by the specified tenant ID.- Parameters:
tenantId- the ID of the tenant- Returns:
- the updated filter
-
name
Filter tenants by the specified name.- Parameters:
name- the name of the tenant- Returns:
- the updated filter
-