Class UpdateConsentPsuDataReq
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.consent.UpdateConsentPsuDataReq
-
- All Implemented Interfaces:
UpdateAuthorisationRequest
public class UpdateConsentPsuDataReq extends Object implements UpdateAuthorisationRequest
-
-
Constructor Summary
Constructors Constructor Description UpdateConsentPsuDataReq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorisationId()StringgetBusinessObjectId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.psd2.xs2a.domain.authorisation.UpdateAuthorisationRequest
getAuthenticationMethodId, getConfirmationCode, getPassword, getPsuData, getScaAuthenticationData, getScaStatus, isUpdatePsuIdentification
-
-
-
-
Method Detail
-
getBusinessObjectId
public String getBusinessObjectId()
- Specified by:
getBusinessObjectIdin interfaceUpdateAuthorisationRequest
-
getAuthorisationId
public String getAuthorisationId()
- Specified by:
getAuthorisationIdin interfaceUpdateAuthorisationRequest
-
-