Uses of Class
dev.vality.damsel.claim_management.CommentModification
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management |
-
Uses of CommentModification in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as CommentModification Modifier and Type Field Description CommentModificationCommentModificationUnit. modificationMethods in dev.vality.damsel.claim_management that return CommentModification Modifier and Type Method Description static CommentModificationCommentModification. changed(CommentChanged value)static CommentModificationCommentModification. creation(CommentCreated value)CommentModificationCommentModification. deepCopy()static CommentModificationCommentModification. deletion(CommentDeleted value)CommentModificationCommentModificationUnit. getModification()Methods in dev.vality.damsel.claim_management with parameters of type CommentModification Modifier and Type Method Description intCommentModification. compareTo(CommentModification other)booleanCommentModification. equals(CommentModification other)CommentModificationUnitCommentModificationUnit. setModification(CommentModification modification)Constructors in dev.vality.damsel.claim_management with parameters of type CommentModification Constructor Description CommentModification(CommentModification other)CommentModificationUnit(String id, CommentModification modification)