Uses of Class
io.meeds.deeds.web.rest.model.DeedMetadataPresentation
-
Packages that use DeedMetadataPresentation Package Description io.meeds.deeds.web.rest io.meeds.deeds.web.rest.model -
-
Uses of DeedMetadataPresentation in io.meeds.deeds.web.rest
Methods in io.meeds.deeds.web.rest that return types with arguments of type DeedMetadataPresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<DeedMetadataPresentation>DeedMetadataController. getContractMetadata(javax.servlet.http.HttpServletRequest request)org.springframework.http.ResponseEntity<DeedMetadataPresentation>DeedMetadataController. getNftMetadata(short cityIndex, short cardType, javax.servlet.http.HttpServletRequest request)org.springframework.http.ResponseEntity<DeedMetadataPresentation>DeedMetadataController. getNftMetadata(Long nftId, javax.servlet.http.HttpServletRequest request) -
Uses of DeedMetadataPresentation in io.meeds.deeds.web.rest.model
Methods in io.meeds.deeds.web.rest.model that return DeedMetadataPresentation Modifier and Type Method Description static DeedMetadataPresentationDeedMetadataPresentation. build(io.meeds.deeds.model.DeedMetadata deedMetadata)
-