Uses of Class
dev.vality.damsel.claim_management.CommentModification
Packages that use CommentModification
-
Uses of CommentModification in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as CommentModificationMethods in dev.vality.damsel.claim_management that return CommentModificationModifier and TypeMethodDescriptionstatic CommentModificationCommentModification.changed(CommentChanged value) static CommentModificationCommentModification.creation(CommentCreated value) CommentModification.deepCopy()static CommentModificationCommentModification.deletion(CommentDeleted value) CommentModificationUnit.getModification()Methods in dev.vality.damsel.claim_management with parameters of type CommentModificationModifier and TypeMethodDescriptionintCommentModification.compareTo(CommentModification other) booleanCommentModification.equals(CommentModification other) CommentModificationUnit.setModification(CommentModification modification) Constructors in dev.vality.damsel.claim_management with parameters of type CommentModificationModifierConstructorDescriptionCommentModificationUnit(String id, CommentModification modification)