Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.TenantDTO
-
Packages that use TenantDTO Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of TenantDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return TenantDTO Modifier and Type Method Description TenantDTOTenantDTO. domain(String domain)TenantDTOTenantDTO. status(String status)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type TenantDTO Modifier and Type Method Description List<TenantDTO>TenantListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type TenantDTO Modifier and Type Method Description TenantListDTOTenantListDTO. list(List<TenantDTO> list)voidTenantListDTO. setList(List<TenantDTO> list)
-