-
- All Implemented Interfaces:
-
com.meniga.sdk.models.transactions.operators.MenigaCommentOperations
public class MenigaCommentOperationsImp implements MenigaCommentOperations
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description Result<MenigaComment>
createComment(long transId, String comment)
Result<Void>
updateComment(MenigaComment menigaComment)
Result<Void>
deleteComment(long transactionId, long commentId)
-
-
Method Detail
-
createComment
Result<MenigaComment> createComment(long transId, String comment)
-
updateComment
Result<Void> updateComment(MenigaComment menigaComment)
-
deleteComment
Result<Void> deleteComment(long transactionId, long commentId)
-
-
-
-