Uses of Class
io.gopluslabs.client.model.ApproveResult
-
Packages that use ApproveResult Package Description io.gopluslabs.client.model -
-
Uses of ApproveResult in io.gopluslabs.client.model
Fields in io.gopluslabs.client.model with type parameters of type ApproveResult Modifier and Type Field Description private List<ApproveResult>ApproveNFTListResponse. approvedListMethods in io.gopluslabs.client.model that return ApproveResult Modifier and Type Method Description ApproveResultApproveResult. addressInfo(ApproveAddressInfo addressInfo)ApproveResultApproveResult. approvedContract(String approvedContract)ApproveResultApproveResult. approvedForAll(Integer approvedForAll)ApproveResultApproveResult. approvedTime(Long approvedTime)ApproveResultApproveResult. approvedTokenId(String approvedTokenId)ApproveResultApproveResult. hash(String hash)ApproveResultApproveResult. initialApprovalHash(String initialApprovalHash)ApproveResultApproveResult. initialApprovalTime(Long initialApprovalTime)Methods in io.gopluslabs.client.model that return types with arguments of type ApproveResult Modifier and Type Method Description List<ApproveResult>ApproveNFTListResponse. getApprovedList()Get approvedListMethods in io.gopluslabs.client.model with parameters of type ApproveResult Modifier and Type Method Description ApproveNFTListResponseApproveNFTListResponse. addApprovedListItem(ApproveResult approvedListItem)Method parameters in io.gopluslabs.client.model with type arguments of type ApproveResult Modifier and Type Method Description ApproveNFTListResponseApproveNFTListResponse. approvedList(List<ApproveResult> approvedList)voidApproveNFTListResponse. setApprovedList(List<ApproveResult> approvedList)
-