| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
TenantListDTO |
TenantsApi.tenantsGet(String state,
Integer limit,
Integer offset)
Get get tenants by state
This operation is to get tenants by state
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TenantListDTO> |
TenantsApi.tenantsGetWithHttpInfo(String state,
Integer limit,
Integer offset)
Get get tenants by state
This operation is to get tenants by state
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
TenantsApi.tenantsGetAsync(String state,
Integer limit,
Integer offset,
ApiCallback<TenantListDTO> callback)
Get get tenants by state (asynchronously)
This operation is to get tenants by state
|
| Modifier and Type | Method and Description |
|---|---|
TenantListDTO |
TenantListDTO.addListItem(TenantDTO listItem) |
TenantListDTO |
TenantListDTO.count(Integer count) |
TenantListDTO |
TenantListDTO.list(List<TenantDTO> list) |
TenantListDTO |
TenantListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.