Uses of Class
org.bonitasoft.web.client.model.TenantUpdateRequest
-
Packages that use TenantUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of TenantUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type TenantUpdateRequest Modifier and Type Method Description voidTenantApi. updateTenantById(String id, TenantUpdateRequest tenantUpdateRequest)Update the Tenant by ID  Update the Tenant for the given IDApiResponse<Void>TenantApi. updateTenantByIdWithHttpInfo(String id, TenantUpdateRequest tenantUpdateRequest)Update the Tenant by ID Similar toupdateTenantByIdbut it also returns the http response headers . -
Uses of TenantUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return TenantUpdateRequest Modifier and Type Method Description TenantUpdateRequestTenantUpdateRequest. description(String description)TenantUpdateRequestTenantUpdateRequest. name(String name)TenantUpdateRequestTenantUpdateRequest. password(String password)TenantUpdateRequestTenantUpdateRequest. username(String username)
-