Class ShowPages


  • public class ShowPages
    extends Object
    ShowPages
    • Field Detail

      • JSON_PROPERTY_BANK_DETAILS_SUMMARY_PAGE

        public static final String JSON_PROPERTY_BANK_DETAILS_SUMMARY_PAGE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BANK_VERIFICATION_PAGE

        public static final String JSON_PROPERTY_BANK_VERIFICATION_PAGE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_BUSINESS_DETAILS_SUMMARY_PAGE

        public static final String JSON_PROPERTY_BUSINESS_DETAILS_SUMMARY_PAGE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_INDIVIDUAL_DETAILS_SUMMARY_PAGE

        public static final String JSON_PROPERTY_INDIVIDUAL_DETAILS_SUMMARY_PAGE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_LEGAL_ARRANGEMENTS_DETAILS_SUMMARY_PAGE

        public static final String JSON_PROPERTY_LEGAL_ARRANGEMENTS_DETAILS_SUMMARY_PAGE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_MANUAL_BANK_ACCOUNT_PAGE

        public static final String JSON_PROPERTY_MANUAL_BANK_ACCOUNT_PAGE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_SHAREHOLDER_DETAILS_SUMMARY_PAGE

        public static final String JSON_PROPERTY_SHAREHOLDER_DETAILS_SUMMARY_PAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • ShowPages

        public ShowPages()
    • Method Detail

      • bankDetailsSummaryPage

        public ShowPages bankDetailsSummaryPage​(Boolean bankDetailsSummaryPage)
      • getBankDetailsSummaryPage

        public Boolean getBankDetailsSummaryPage()
        Indicates whether the page with bank account details must be shown. Defaults to **true**.
        Returns:
        bankDetailsSummaryPage
      • setBankDetailsSummaryPage

        public void setBankDetailsSummaryPage​(Boolean bankDetailsSummaryPage)
      • bankVerificationPage

        public ShowPages bankVerificationPage​(Boolean bankVerificationPage)
      • getBankVerificationPage

        public Boolean getBankVerificationPage()
        Indicates whether the bank check instant verification' details must be shown. Defaults to **true**.
        Returns:
        bankVerificationPage
      • setBankVerificationPage

        public void setBankVerificationPage​(Boolean bankVerificationPage)
      • businessDetailsSummaryPage

        public ShowPages businessDetailsSummaryPage​(Boolean businessDetailsSummaryPage)
      • getBusinessDetailsSummaryPage

        public Boolean getBusinessDetailsSummaryPage()
        Indicates whether the page with the company's or organization's details must be shown. Defaults to **true**.
        Returns:
        businessDetailsSummaryPage
      • setBusinessDetailsSummaryPage

        public void setBusinessDetailsSummaryPage​(Boolean businessDetailsSummaryPage)
      • checksOverviewPage

        public ShowPages checksOverviewPage​(Boolean checksOverviewPage)
      • getChecksOverviewPage

        public Boolean getChecksOverviewPage()
        Indicates whether the checks overview page must be shown. Defaults to **false**.
        Returns:
        checksOverviewPage
      • setChecksOverviewPage

        public void setChecksOverviewPage​(Boolean checksOverviewPage)
      • individualDetailsSummaryPage

        public ShowPages individualDetailsSummaryPage​(Boolean individualDetailsSummaryPage)
      • getIndividualDetailsSummaryPage

        public Boolean getIndividualDetailsSummaryPage()
        Indicates whether the page with the individual's details must be shown. Defaults to **true**.
        Returns:
        individualDetailsSummaryPage
      • setIndividualDetailsSummaryPage

        public void setIndividualDetailsSummaryPage​(Boolean individualDetailsSummaryPage)
      • legalArrangementsDetailsSummaryPage

        public ShowPages legalArrangementsDetailsSummaryPage​(Boolean legalArrangementsDetailsSummaryPage)
      • getLegalArrangementsDetailsSummaryPage

        public Boolean getLegalArrangementsDetailsSummaryPage()
        Indicates whether the page with the legal arrangements' details must be shown. Defaults to **true**.
        Returns:
        legalArrangementsDetailsSummaryPage
      • setLegalArrangementsDetailsSummaryPage

        public void setLegalArrangementsDetailsSummaryPage​(Boolean legalArrangementsDetailsSummaryPage)
      • manualBankAccountPage

        public ShowPages manualBankAccountPage​(Boolean manualBankAccountPage)
      • getManualBankAccountPage

        public Boolean getManualBankAccountPage()
        Indicates whether the page to manually add bank account' details must be shown. Defaults to **true**.
        Returns:
        manualBankAccountPage
      • setManualBankAccountPage

        public void setManualBankAccountPage​(Boolean manualBankAccountPage)
      • shareholderDetailsSummaryPage

        public ShowPages shareholderDetailsSummaryPage​(Boolean shareholderDetailsSummaryPage)
      • getShareholderDetailsSummaryPage

        public Boolean getShareholderDetailsSummaryPage()
        Indicates whether the page with the shareholders' details must be shown. Defaults to **true**.
        Returns:
        shareholderDetailsSummaryPage
      • setShareholderDetailsSummaryPage

        public void setShareholderDetailsSummaryPage​(Boolean shareholderDetailsSummaryPage)
      • getWelcomePage

        public Boolean getWelcomePage()
        Indicates whether the welcome page must be shown. Defaults to **false**.
        Returns:
        welcomePage
      • setWelcomePage

        public void setWelcomePage​(Boolean welcomePage)
      • equals

        public boolean equals​(Object o)
        Return true if this ShowPages object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static ShowPages fromJson​(String jsonString)
                                  throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ShowPages given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ShowPages
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ShowPages
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ShowPages to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException