Uses of Class
dev.vality.damsel.claim_management.ScheduleModification
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management |
-
Uses of ScheduleModification in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return ScheduleModification Modifier and Type Method Description ScheduleModificationScheduleModification. deepCopy()ScheduleModificationShopModification. getPayoutScheduleModification()ScheduleModificationScheduleModification. setSchedule(BusinessScheduleRef schedule)Methods in dev.vality.damsel.claim_management with parameters of type ScheduleModification Modifier and Type Method Description intScheduleModification. compareTo(ScheduleModification other)booleanScheduleModification. equals(ScheduleModification that)static ShopModificationShopModification. payout_schedule_modification(ScheduleModification value)voidShopModification. setPayoutScheduleModification(ScheduleModification value)Constructors in dev.vality.damsel.claim_management with parameters of type ScheduleModification Constructor Description ScheduleModification(ScheduleModification other)Performs a deep copy on other.