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)Deprecated.ApiResponse<Tenant>TenantApi. createTenantWithHttpInfo(TenantCreateRequest body)Deprecated. -
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)Deprecated.TenantCreateRequestTenantCreateRequest. name(String name)Deprecated.TenantCreateRequestTenantCreateRequest. password(String password)Deprecated.TenantCreateRequestTenantCreateRequest. username(String username)Deprecated.
-