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)Deprecated.ApiResponse<Void>TenantApi. updateTenantByIdWithHttpInfo(String id, TenantUpdateRequest tenantUpdateRequest)Deprecated. -
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)Deprecated.TenantUpdateRequestTenantUpdateRequest. icon(String icon)Deprecated.TenantUpdateRequestTenantUpdateRequest. name(String name)Deprecated.TenantUpdateRequestTenantUpdateRequest. password(String password)Deprecated.TenantUpdateRequestTenantUpdateRequest. state(TenantUpdateRequest.StateEnum state)Deprecated.TenantUpdateRequestTenantUpdateRequest. username(String username)Deprecated.
-