Package de.adorsys.psd2.consent.api
Class AccountInfo.AccountInfoBuilder
- java.lang.Object
-
- de.adorsys.psd2.consent.api.AccountInfo.AccountInfoBuilder
-
- Enclosing class:
- AccountInfo
public static final class AccountInfo.AccountInfoBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountInfo.AccountInfoBuilderaccountIdentifier(String accountIdentifier)AccountInfo.AccountInfoBuilderaccountReferenceType(de.adorsys.psd2.xs2a.core.profile.AccountReferenceType accountReferenceType)AccountInfo.AccountInfoBuilderaspspAccountId(String aspspAccountId)AccountInfobuild()AccountInfo.AccountInfoBuildercurrency(String currency)AccountInfo.AccountInfoBuilderresourceId(String resourceId)
-
-
-
Method Detail
-
resourceId
public AccountInfo.AccountInfoBuilder resourceId(String resourceId)
-
aspspAccountId
public AccountInfo.AccountInfoBuilder aspspAccountId(String aspspAccountId)
-
accountIdentifier
public AccountInfo.AccountInfoBuilder accountIdentifier(String accountIdentifier)
-
currency
public AccountInfo.AccountInfoBuilder currency(String currency)
-
accountReferenceType
public AccountInfo.AccountInfoBuilder accountReferenceType(de.adorsys.psd2.xs2a.core.profile.AccountReferenceType accountReferenceType)
-
build
public AccountInfo build()
-
-