Uses of Class
org.bonitasoft.web.client.model.TenantCreateRequest
-
Packages that use TenantCreateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of TenantCreateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type TenantCreateRequest Modifier and Type Method Description TenantTenantApi. createTenant(TenantCreateRequest body)Create the Tenant  Create the TenantApiResponse<Tenant>TenantApi. createTenantWithHttpInfo(TenantCreateRequest body)Create the Tenant Similar tocreateTenantbut it also returns the http response headers . -
Uses of TenantCreateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return TenantCreateRequest Modifier and Type Method Description TenantCreateRequestTenantCreateRequest. description(String description)TenantCreateRequestTenantCreateRequest. name(String name)TenantCreateRequestTenantCreateRequest. password(String password)TenantCreateRequestTenantCreateRequest. username(String username)
-