Uses of Class
io.meeds.dapp.web.rest.model.DeedTenantPresentation
Packages that use DeedTenantPresentation
-
Uses of DeedTenantPresentation in io.meeds.dapp.web.rest
Methods in io.meeds.dapp.web.rest that return types with arguments of type DeedTenantPresentationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DeedTenantPresentation>TenantController.getDeedTenant(Principal principal, boolean refreshFromBlockchain, Long nftId, String walletAddress) TenantController.getTenants(Principal principal, String walletAddress) -
Uses of DeedTenantPresentation in io.meeds.dapp.web.rest.utils
Methods in io.meeds.dapp.web.rest.utils that return DeedTenantPresentationModifier and TypeMethodDescriptionstatic DeedTenantPresentationEntityBuilder.build(io.meeds.deeds.common.elasticsearch.model.DeedTenant deedTenant) Methods in io.meeds.dapp.web.rest.utils that return types with arguments of type DeedTenantPresentationModifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<DeedTenantPresentation>EntityBuilder.getDeedTenantResponse(io.meeds.deeds.common.elasticsearch.model.DeedTenant deedTenant)