Class AccountRequest


  • @Immutable
    public class AccountRequest
    extends Object
    • Constructor Detail

      • AccountRequest

        public AccountRequest()
    • Method Detail

      • getStatus

        public AccountStatus getStatus()
        Returns:
        the status
      • setStatus

        public void setStatus​(AccountStatus status)
        Parameters:
        status - the status to set
      • isTermsAgreed

        public Boolean isTermsAgreed()
        Returns:
        the termsAgreed
      • setTermsAgreed

        public void setTermsAgreed​(boolean termsAgreed)
        Parameters:
        termsAgreed - the termsAgreed to set
      • isOnlyReturnExisting

        public Boolean isOnlyReturnExisting()
        Returns:
        the onlyReturnExisting
      • setOnlyReturnExisting

        public void setOnlyReturnExisting​(boolean onlyReturnExisting)
        Parameters:
        onlyReturnExisting - the onlyReturnExisting to set
      • getExternalAccountBinding

        public Object getExternalAccountBinding()
        Returns:
        the externalAccountBinding
      • setExternalAccountBinding

        public void setExternalAccountBinding​(Object externalAccountBinding)
        Parameters:
        externalAccountBinding - the externalAccountBinding to set
      • getContacts

        public Set<String> getContacts()
        Returns:
        the contacts