Uses of Class
org.wso2.am.integration.clients.admin.api.dto.OrganizationInfoDTO
-
Packages that use OrganizationInfoDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of OrganizationInfoDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return OrganizationInfoDTO Modifier and Type Method Description OrganizationInfoDTOUsersApi. organizationInformation()Get the Organization information of the user Using this operation, logged-in user can get their organization information.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type OrganizationInfoDTO Modifier and Type Method Description ApiResponse<OrganizationInfoDTO>UsersApi. organizationInformationWithHttpInfo()Get the Organization information of the user Using this operation, logged-in user can get their organization information.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type OrganizationInfoDTO Modifier and Type Method Description okhttp3.CallUsersApi. organizationInformationAsync(ApiCallback<OrganizationInfoDTO> _callback)Get the Organization information of the user (asynchronously) Using this operation, logged-in user can get their organization information. -
Uses of OrganizationInfoDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return OrganizationInfoDTO Modifier and Type Method Description OrganizationInfoDTOOrganizationInfoDTO. name(String name)OrganizationInfoDTOOrganizationInfoDTO. organizationId(String organizationId)
-