Uses of Class
org.bonitasoft.web.client.model.Tenant
-
Packages that use Tenant Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of Tenant in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Tenant Modifier and Type Method Description TenantTenantApi. createTenant(TenantCreateRequest body)Deprecated.TenantTenantApi. getTenantById(String id)Deprecated.Methods in org.bonitasoft.web.client.api that return types with arguments of type Tenant Modifier and Type Method Description ApiResponse<Tenant>TenantApi. createTenantWithHttpInfo(TenantCreateRequest body)Deprecated.ApiResponse<Tenant>TenantApi. getTenantByIdWithHttpInfo(String id)Deprecated.List<Tenant>TenantApi. searchTenants(Integer p, Integer c, List<String> f, String o, String s)Deprecated.List<Tenant>TenantApi. searchTenants(TenantApi.SearchTenantsQueryParams queryParams)Deprecated.ApiResponse<List<Tenant>>TenantApi. searchTenantsWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s)Deprecated.ApiResponse<List<Tenant>>TenantApi. searchTenantsWithHttpInfo(TenantApi.SearchTenantsQueryParams queryParams)Deprecated. -
Uses of Tenant in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Tenant Modifier and Type Method Description TenantTenant. creation(String creation)Deprecated.TenantTenant. description(String description)Deprecated.TenantTenant. icon(String icon)Deprecated.TenantTenant. id(String id)Deprecated.TenantTenant. name(String name)Deprecated.TenantTenant. password(String password)Deprecated.TenantTenant. state(Tenant.StateEnum state)Deprecated.TenantTenant. username(String username)Deprecated.
-