Package com.adyen.model.hop
Class OnboardingShowPages
- java.lang.Object
-
- com.adyen.model.hop.OnboardingShowPages
-
public class OnboardingShowPages extends Object
-
-
Constructor Summary
Constructors Constructor Description OnboardingShowPages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnboardingShowPagesbankDetailsSummaryPage(Boolean bankDetailsSummaryPage)OnboardingShowPagesbusinessDetailsSummaryPage(Boolean businessDetailsSummaryPage)booleanequals(Object o)BooleangetBankDetailsSummaryPage()Indicates whether the page with bank account details must be shown.BooleangetBusinessDetailsSummaryPage()Indicates whether the page with bank account details must be shown.BooleangetIndividualDetailsSummaryPage()Indicates whether the page with the individual's details must be shown.BooleangetLegalArrangementsDetailsSummaryPage()Indicates whether the page with the legal arrangements' details must be shown.BooleangetShareholderDetailsSummaryPage()Indicates whether the page with the shareholders' details must be shown.BooleangetWelcomePage()Indicates whether the welcome page must be shown.inthashCode()OnboardingShowPagesindividualDetailsSummaryPage(Boolean individualDetailsSummaryPage)OnboardingShowPageslegalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)voidsetBankDetailsSummaryPage(Boolean bankDetailsSummaryPage)voidsetBusinessDetailsSummaryPage(Boolean businessDetailsSummaryPage)voidsetIndividualDetailsSummaryPage(Boolean individualDetailsSummaryPage)voidsetLegalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)voidsetShareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)voidsetWelcomePage(Boolean welcomePage)OnboardingShowPagesshareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)StringtoString()OnboardingShowPageswelcomePage(Boolean welcomePage)
-
-
-
Method Detail
-
getWelcomePage
public Boolean getWelcomePage()
Indicates whether the welcome page must be shown. Defaults to false.- Returns:
-
setWelcomePage
public void setWelcomePage(Boolean welcomePage)
-
welcomePage
public OnboardingShowPages welcomePage(Boolean welcomePage)
-
getIndividualDetailsSummaryPage
public Boolean getIndividualDetailsSummaryPage()
Indicates whether the page with the individual's details must be shown. Defaults to true.- Returns:
-
setIndividualDetailsSummaryPage
public void setIndividualDetailsSummaryPage(Boolean individualDetailsSummaryPage)
-
individualDetailsSummaryPage
public OnboardingShowPages individualDetailsSummaryPage(Boolean individualDetailsSummaryPage)
-
getBusinessDetailsSummaryPage
public Boolean getBusinessDetailsSummaryPage()
Indicates whether the page with bank account details must be shown. Defaults to true.- Returns:
-
setBusinessDetailsSummaryPage
public void setBusinessDetailsSummaryPage(Boolean businessDetailsSummaryPage)
-
businessDetailsSummaryPage
public OnboardingShowPages businessDetailsSummaryPage(Boolean businessDetailsSummaryPage)
-
getBankDetailsSummaryPage
public Boolean getBankDetailsSummaryPage()
Indicates whether the page with bank account details must be shown. Defaults to true.- Returns:
-
setBankDetailsSummaryPage
public void setBankDetailsSummaryPage(Boolean bankDetailsSummaryPage)
-
bankDetailsSummaryPage
public OnboardingShowPages bankDetailsSummaryPage(Boolean bankDetailsSummaryPage)
-
getShareholderDetailsSummaryPage
public Boolean getShareholderDetailsSummaryPage()
Indicates whether the page with the shareholders' details must be shown. Defaults to true.- Returns:
-
setShareholderDetailsSummaryPage
public void setShareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)
-
shareholderDetailsSummaryPage
public OnboardingShowPages shareholderDetailsSummaryPage(Boolean shareholderDetailsSummaryPage)
-
getLegalArrangementsDetailsSummaryPage
public Boolean getLegalArrangementsDetailsSummaryPage()
Indicates whether the page with the legal arrangements' details must be shown. Defaults to true.- Returns:
-
setLegalArrangementsDetailsSummaryPage
public void setLegalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)
-
legalArrangementsDetailsSummaryPage
public OnboardingShowPages legalArrangementsDetailsSummaryPage(Boolean legalArrangementsDetailsSummaryPage)
-
-