Class InteropTransferResponseData
java.lang.Object
org.apache.fineract.infrastructure.core.data.CommandProcessingResult
org.apache.fineract.interoperation.data.InteropResponseData
org.apache.fineract.interoperation.data.InteropTransferResponseData
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.apache.fineract.interoperation.data.InteropResponseData
ISO_DATE_TIME_FORMATTER, ISO_DATE_TIME_PATTERN -
Method Summary
Modifier and TypeMethodDescriptionstatic InteropTransferResponseDatabuild(@NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull String transferCode) static InteropTransferResponseDatabuild(@NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, List<ExtensionData> extensionList, @NotNull String transferCode, LocalDateTime completedTimestamp) static InteropTransferResponseDatabuild(Long commandId, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull String transferCode) static InteropTransferResponseDatabuild(Long commandId, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull String transferCode, LocalDateTime completedTimestamp) Methods inherited from class org.apache.fineract.interoperation.data.InteropResponseData
build, build, build, build, format, getExpiration, getExpirationDate, getExtensionList, getState, getTransactionCode, parseMethods inherited from class org.apache.fineract.infrastructure.core.data.CommandProcessingResult
commandOnlyResult, empty, fromCommandProcessingResult, fromCommandProcessingResult, fromDetails, getChanges, getClientId, getCommandId, getCreditBureauReportData, getGlimId, getGroupId, getGsimId, getLoanExternalId, getLoanId, getOfficeId, getProductId, getResourceExternalId, getResourceId, getResourceIdentifier, getRollbackTransaction, getSavingsId, getSubResourceExternalId, getSubResourceId, getTransactionId, hasChanges, isRollbackTransaction, resourceResult, resourceResult, resourceResult, setOfficeId, setRollbackTransaction, toString, withChanges
-
Method Details
-
build
public static InteropTransferResponseData build(Long commandId, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull @NotNull String transferCode, LocalDateTime completedTimestamp) -
build
public static InteropTransferResponseData build(@NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, List<ExtensionData> extensionList, @NotNull @NotNull String transferCode, LocalDateTime completedTimestamp) -
build
public static InteropTransferResponseData build(Long commandId, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull @NotNull String transferCode) -
build
public static InteropTransferResponseData build(@NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull @NotNull String transferCode) -
getTransferCode
-
getCompletedTimestamp
-
getCompletedTimestampDate
- Throws:
ParseException
-