Uses of Class
io.meeds.deeds.constant.UnauthorizedOperationException
-
Packages that use UnauthorizedOperationException Package Description io.meeds.deeds.service -
-
Uses of UnauthorizedOperationException in io.meeds.deeds.service
Methods in io.meeds.deeds.service that throw UnauthorizedOperationException Modifier and Type Method Description StringTenantService. getLastTenantCommand(String managerAddress, long nftId)Retrives Deed Tenant Last status by NFT IdentifiervoidTenantService. saveEmail(String managerAddress, long nftId, String email)Stores User Email to allow support Team Contact him and notify him about Tenant StatusvoidTenantService. startTenant(String managerAddress, String transactionHash, long nftId, String email)Stores User Email to allow support Team Contact him and notify him about Tenant Status.voidTenantService. stopTenant(String managerAddress, String transactionHash, long nftId)Collects information about DEED Nft and transaction hash to command Tenant shutdown.
-