Uses of Class
org.bonitasoft.web.client.api.TenantApi.SearchTenantsQueryParams
-
Packages that use TenantApi.SearchTenantsQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of TenantApi.SearchTenantsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return TenantApi.SearchTenantsQueryParams Modifier and Type Method Description TenantApi.SearchTenantsQueryParamsTenantApi.SearchTenantsQueryParams. c(Integer value)TenantApi.SearchTenantsQueryParamsTenantApi.SearchTenantsQueryParams. f(List<String> value)TenantApi.SearchTenantsQueryParamsTenantApi.SearchTenantsQueryParams. o(String value)TenantApi.SearchTenantsQueryParamsTenantApi.SearchTenantsQueryParams. p(Integer value)TenantApi.SearchTenantsQueryParamsTenantApi.SearchTenantsQueryParams. s(String value)Methods in org.bonitasoft.web.client.api with parameters of type TenantApi.SearchTenantsQueryParams Modifier and Type Method Description List<Tenant>TenantApi. searchTenants(TenantApi.SearchTenantsQueryParams queryParams)Deprecated.ApiResponse<List<Tenant>>TenantApi. searchTenantsWithHttpInfo(TenantApi.SearchTenantsQueryParams queryParams)Deprecated.
-