-
public interface MenigaCommentOperations
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description abstract Result<MenigaComment>
createComment(long transId, String comment)
abstract Result<Void>
updateComment(MenigaComment comment)
abstract Result<Void>
deleteComment(long transactionId, long commentId)
-
-
Method Detail
-
createComment
abstract Result<MenigaComment> createComment(long transId, String comment)
-
updateComment
abstract Result<Void> updateComment(MenigaComment comment)
-
deleteComment
abstract Result<Void> deleteComment(long transactionId, long commentId)
-
-
-
-