Interface TenantFilter

All Superinterfaces:
TypedFilterableRequest.SearchRequestFilter
All Known Implementing Classes:
TenantFilterImpl

public interface TenantFilter extends TypedFilterableRequest.SearchRequestFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    name(String name)
    Filter tenants by the specified name.
    tenantId(String tenantId)
    Filter tenants by the specified tenant ID.
  • Method Details

    • tenantId

      TenantFilter tenantId(String tenantId)
      Filter tenants by the specified tenant ID.
      Parameters:
      tenantId - the ID of the tenant
      Returns:
      the updated filter
    • name

      TenantFilter name(String name)
      Filter tenants by the specified name.
      Parameters:
      name - the name of the tenant
      Returns:
      the updated filter