Uses of Class
org.wso2.am.integration.clients.admin.api.dto.TenantInfoDTO
-
Packages that use TenantInfoDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of TenantInfoDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return TenantInfoDTO Modifier and Type Method Description TenantInfoDTOTenantsApi. getTenantInfoByUsername(String username)Get Tenant Id of User This operation is to get tenant id of the provided userMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type TenantInfoDTO Modifier and Type Method Description ApiResponse<TenantInfoDTO>TenantsApi. getTenantInfoByUsernameWithHttpInfo(String username)Get Tenant Id of User This operation is to get tenant id of the provided userMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type TenantInfoDTO Modifier and Type Method Description okhttp3.CallTenantsApi. getTenantInfoByUsernameAsync(String username, ApiCallback<TenantInfoDTO> _callback)Get Tenant Id of User (asynchronously) This operation is to get tenant id of the provided user -
Uses of TenantInfoDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return TenantInfoDTO Modifier and Type Method Description TenantInfoDTOTenantInfoDTO. tenantDomain(String tenantDomain)TenantInfoDTOTenantInfoDTO. tenantId(Integer tenantId)TenantInfoDTOTenantInfoDTO. username(String username)
-