@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public class DenyRequest extends Object
Constructor and Description |
---|
DenyRequest() |
Modifier and Type | Method and Description |
---|---|
DenyRequest |
backToFinTech(Boolean backToFinTech) |
DenyRequest |
consentAuth(ConsentAuth consentAuth) |
boolean |
equals(Object o) |
DenyRequest |
exitPage(String exitPage) |
DenyRequest |
forgetConsent(Boolean forgetConsent) |
@Valid ConsentAuth |
getConsentAuth()
Get consentAuth
|
String |
getExitPage()
In case there is no redirect back to TPP desired, exit page can be specified by ConsentAuthorisationApi
|
int |
hashCode() |
Boolean |
isBackToFinTech()
Will indicate if PSU wants to be sent back to FinTechApi.
|
Boolean |
isForgetConsent()
Set to true if consent object shall be forgotten or frozen.
|
void |
setBackToFinTech(Boolean backToFinTech) |
void |
setConsentAuth(ConsentAuth consentAuth) |
void |
setExitPage(String exitPage) |
void |
setForgetConsent(Boolean forgetConsent) |
String |
toString() |
public DenyRequest consentAuth(ConsentAuth consentAuth)
@Valid public @Valid ConsentAuth getConsentAuth()
public void setConsentAuth(ConsentAuth consentAuth)
public DenyRequest backToFinTech(Boolean backToFinTech)
public Boolean isBackToFinTech()
public void setBackToFinTech(Boolean backToFinTech)
public DenyRequest exitPage(String exitPage)
public String getExitPage()
public void setExitPage(String exitPage)
public DenyRequest forgetConsent(Boolean forgetConsent)
public Boolean isForgetConsent()
public void setForgetConsent(Boolean forgetConsent)
Copyright © 2020. All rights reserved.