public interface TenantUserApi extends KillbillApi
| Modifier and Type | Method and Description |
|---|---|
void |
addTenantKeyValue(String key,
String value,
CallContext context) |
Tenant |
createTenant(TenantData data,
CallContext context) |
void |
deleteTenantKey(String key,
CallContext context) |
Tenant |
getTenantByApiKey(String key) |
Tenant |
getTenantById(UUID tenantId) |
List<String> |
getTenantValueForKey(String key,
TenantContext context) |
Tenant createTenant(TenantData data, CallContext context) throws TenantApiException
TenantApiExceptionTenant getTenantByApiKey(String key) throws TenantApiException
TenantApiExceptionTenant getTenantById(UUID tenantId) throws TenantApiException
TenantApiExceptionList<String> getTenantValueForKey(String key, TenantContext context) throws TenantApiException
TenantApiExceptionvoid addTenantKeyValue(String key, String value, CallContext context) throws TenantApiException
TenantApiExceptionvoid deleteTenantKey(String key, CallContext context) throws TenantApiException
TenantApiExceptionCopyright © 2010-2014. All Rights Reserved.