Uses of Class
org.wso2.am.integration.clients.admin.api.dto.TenantInfoDTO
Packages that use TenantInfoDTO
Package
Description
-
Uses of TenantInfoDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return TenantInfoDTOModifier and TypeMethodDescriptionTenantsApi.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 TenantInfoDTOModifier and TypeMethodDescriptionTenantsApi.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 TenantInfoDTOModifier and TypeMethodDescriptionokhttp3.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