Uses of Class
io.camunda.client.protocol.rest.TenantResult
Packages that use TenantResult
-
Uses of TenantResult in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response with parameters of type TenantResultModifier and TypeMethodDescriptionstatic TenantSearchResponseMapper.toTenantResponse(TenantResult response) -
Uses of TenantResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return TenantResultMethods in io.camunda.client.protocol.rest that return types with arguments of type TenantResultModifier and TypeMethodDescriptionTenantSearchQueryResult.getItems()The matching tenants.CamundaUserResult.getTenants()The tenants the user is a member of.Methods in io.camunda.client.protocol.rest with parameters of type TenantResultModifier and TypeMethodDescriptionTenantSearchQueryResult.addItemsItem(TenantResult itemsItem) CamundaUserResult.addTenantsItem(TenantResult tenantsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type TenantResultModifier and TypeMethodDescriptionTenantSearchQueryResult.items(List<TenantResult> items) voidTenantSearchQueryResult.setItems(List<TenantResult> items) voidCamundaUserResult.setTenants(List<TenantResult> tenants) CamundaUserResult.tenants(List<TenantResult> tenants)