Class InteropIdentifierRequestData
java.lang.Object
org.apache.fineract.interoperation.data.InteropIdentifierRequestData
-
Constructor Summary
ConstructorsConstructorDescriptionInteropIdentifierRequestData(@NotNull org.apache.fineract.interoperation.domain.InteropIdentifierType idType, @NotNull String idValue, String subIdOrType, String accountId) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.interoperation.domain.InteropIdentifierTypestatic InteropIdentifierRequestDatavalidateAndParse(org.apache.fineract.infrastructure.core.data.DataValidatorBuilder dataValidator, @NotNull org.apache.fineract.interoperation.domain.InteropIdentifierType idType, @NotNull String idValue, String subIdOrType, com.google.gson.JsonObject element, org.apache.fineract.infrastructure.core.serialization.FromJsonHelper jsonHelper)
-
Constructor Details
-
InteropIdentifierRequestData
-
-
Method Details
-
getIdType
public org.apache.fineract.interoperation.domain.InteropIdentifierType getIdType() -
getIdValue
-
getSubIdOrType
-
getAccountId
-
validateAndParse
public static InteropIdentifierRequestData validateAndParse(org.apache.fineract.infrastructure.core.data.DataValidatorBuilder dataValidator, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropIdentifierType idType, @NotNull @NotNull String idValue, String subIdOrType, com.google.gson.JsonObject element, org.apache.fineract.infrastructure.core.serialization.FromJsonHelper jsonHelper)
-