Class InteropWrapperBuilder
java.lang.Object
org.apache.fineract.interoperation.api.InteropWrapperBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.commands.domain.CommandWrapperbuild()deleteAccountIdentifier(org.apache.fineract.interoperation.domain.InteropIdentifierType idType, String idValue, String subIdOrType) performTransfer(org.apache.fineract.interoperation.domain.InteropTransferActionType action) registerAccountIdentifier(org.apache.fineract.interoperation.domain.InteropIdentifierType idType, String idValue, String subIdOrType)
-
Constructor Details
-
InteropWrapperBuilder
public InteropWrapperBuilder()
-
-
Method Details
-
build
public org.apache.fineract.commands.domain.CommandWrapper build() -
withJson
-
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
-
createQuotes
-
performTransfer
public InteropWrapperBuilder performTransfer(org.apache.fineract.interoperation.domain.InteropTransferActionType action)
-