Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.TenantListDTO
-
Packages that use TenantListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of TenantListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return TenantListDTO Modifier and Type Method Description TenantListDTOTenantsApi. tenantsGet(String state, Integer limit, Integer offset)Get Tenants by State This operation is to get tenants by stateMethods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type TenantListDTO Modifier and Type Method Description ApiResponse<TenantListDTO>TenantsApi. tenantsGetWithHttpInfo(String state, Integer limit, Integer offset)Get Tenants by State This operation is to get tenants by stateMethod parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type TenantListDTO Modifier and Type Method Description okhttp3.CallTenantsApi. tenantsGetAsync(String state, Integer limit, Integer offset, ApiCallback<TenantListDTO> _callback)Get Tenants by State (asynchronously) This operation is to get tenants by state -
Uses of TenantListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return TenantListDTO Modifier and Type Method Description TenantListDTOTenantListDTO. count(Integer count)TenantListDTOTenantListDTO. list(List<TenantDTO> list)TenantListDTOTenantListDTO. pagination(PaginationDTO pagination)
-