Uses of Class
dev.vality.damsel.claim_management.ShopParams
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management |
-
Uses of ShopParams in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return ShopParams Modifier and Type Method Description ShopParamsShopParams. deepCopy()ShopParamsShopModification. getCreation()ShopParamsShopParams. setCategory(CategoryRef category)ShopParamsShopParams. setContractId(String contract_id)ShopParamsShopParams. setDetails(ShopDetails details)ShopParamsShopParams. setLocation(ShopLocation location)ShopParamsShopParams. setPayoutToolId(String payout_tool_id)Methods in dev.vality.damsel.claim_management with parameters of type ShopParams Modifier and Type Method Description intShopParams. compareTo(ShopParams other)static ShopModificationShopModification. creation(ShopParams value)booleanShopParams. equals(ShopParams that)voidShopModification. setCreation(ShopParams value)Constructors in dev.vality.damsel.claim_management with parameters of type ShopParams Constructor Description ShopParams(ShopParams other)Performs a deep copy on other.