Class InteropWrapperBuilder

java.lang.Object
org.apache.fineract.interoperation.api.InteropWrapperBuilder

public class InteropWrapperBuilder extends Object
  • Constructor Details

    • InteropWrapperBuilder

      public InteropWrapperBuilder()
  • Method Details

    • build

      public org.apache.fineract.commands.domain.CommandWrapper build()
    • withJson

      public InteropWrapperBuilder withJson(String json)
    • registerAccountIdentifier

      public InteropWrapperBuilder registerAccountIdentifier(org.apache.fineract.interoperation.domain.InteropIdentifierType idType, String idValue, String subIdOrType)
    • deleteAccountIdentifier

      public InteropWrapperBuilder deleteAccountIdentifier(org.apache.fineract.interoperation.domain.InteropIdentifierType idType, String idValue, String subIdOrType)
    • createTransactionRequest

      public InteropWrapperBuilder createTransactionRequest()
    • createQuotes

      public InteropWrapperBuilder createQuotes()
    • performTransfer

      public InteropWrapperBuilder performTransfer(org.apache.fineract.interoperation.domain.InteropTransferActionType action)