Uses of Class
org.killbill.billing.tenant.api.TenantApiException
-
Packages that use TenantApiException Package Description org.killbill.billing.tenant.api -
-
Uses of TenantApiException in org.killbill.billing.tenant.api
Methods in org.killbill.billing.tenant.api that throw TenantApiException Modifier and Type Method Description voidTenantUserApi. addTenantKeyValue(String key, String value, CallContext context)TenantTenantUserApi. createTenant(TenantData data, CallContext context)voidTenantUserApi. deleteTenantKey(String key, CallContext context)TenantTenantUserApi. getTenantByApiKey(String key)TenantTenantUserApi. getTenantById(UUID tenantId)List<String>TenantUserApi. getTenantValuesForKey(String key, TenantContext context)Map<String,List<String>>TenantUserApi. searchTenantKeyValues(String searchKey, TenantContext context)voidTenantUserApi. updateTenantKeyValue(String key, String value, CallContext context)
-