Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
TenantDto |
TenantApi.getTenant(String id)
Get Tenant
Retrieves a tenant.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<TenantDto> |
TenantApi.getTenantWithHttpInfo(String id)
Get Tenant
Retrieves a tenant.
|
List<TenantDto> |
TenantApi.queryTenants(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser)
Get Tenants
Query for a list of tenants using a list of parameters.
|
ApiResponse<List<TenantDto>> |
TenantApi.queryTenantsWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser)
Get Tenants
Query for a list of tenants using a list of parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
TenantApi.createTenant(TenantDto tenantDto)
Create Tenant
Create a new tenant.
|
okhttp3.Call |
TenantApi.createTenantAsync(TenantDto tenantDto,
ApiCallback<Void> _callback)
Create Tenant (asynchronously)
Create a new tenant.
|
okhttp3.Call |
TenantApi.createTenantCall(TenantDto tenantDto,
ApiCallback _callback)
Build call for createTenant
|
ApiResponse<Void> |
TenantApi.createTenantWithHttpInfo(TenantDto tenantDto)
Create Tenant
Create a new tenant.
|
void |
TenantApi.updateTenant(String id,
TenantDto tenantDto)
Update Tenant
Updates a given tenant.
|
okhttp3.Call |
TenantApi.updateTenantAsync(String id,
TenantDto tenantDto,
ApiCallback<Void> _callback)
Update Tenant (asynchronously)
Updates a given tenant.
|
okhttp3.Call |
TenantApi.updateTenantCall(String id,
TenantDto tenantDto,
ApiCallback _callback)
Build call for updateTenant
|
ApiResponse<Void> |
TenantApi.updateTenantWithHttpInfo(String id,
TenantDto tenantDto)
Update Tenant
Updates a given tenant.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TenantApi.getTenantAsync(String id,
ApiCallback<TenantDto> _callback)
Get Tenant (asynchronously)
Retrieves a tenant.
|
okhttp3.Call |
TenantApi.queryTenantsAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser,
ApiCallback<List<TenantDto>> _callback)
Get Tenants (asynchronously)
Query for a list of tenants using a list of parameters.
|
Modifier and Type | Method and Description |
---|---|
TenantDto |
TenantDto.id(String id) |
TenantDto |
TenantDto.name(String name) |
Copyright © 2022. All rights reserved.