Class TenantFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<TenantFilter>
io.camunda.client.impl.search.filter.TenantFilterImpl
- All Implemented Interfaces:
TenantFilter,TypedFilterableRequest.SearchRequestFilter
public class TenantFilterImpl
extends TypedSearchRequestPropertyProvider<TenantFilter>
implements TenantFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TenantFilterFilter tenants by the specified name.Filter tenants by the specified tenant ID.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
TenantFilterImpl
public TenantFilterImpl()
-
-
Method Details
-
tenantId
Description copied from interface:TenantFilterFilter tenants by the specified tenant ID.- Specified by:
tenantIdin interfaceTenantFilter- Parameters:
tenantId- the ID of the tenant- Returns:
- the updated filter
-
name
Description copied from interface:TenantFilterFilter tenants by the specified name.- Specified by:
namein interfaceTenantFilter- Parameters:
name- the name of the tenant- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<TenantFilter>
-