Package 

Class MenigaCommentOperationsImp

    • 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)
      • Methods inherited from class com.meniga.sdk.models.transactions.operators.MenigaCommentOperations

        updateComment
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait