Class PaymentTransferTypeQuery

    • Constructor Detail

      • PaymentTransferTypeQuery

        public PaymentTransferTypeQuery()
    • Method Detail

      • getChannel

        public Channel getChannel()
      • getCurrency

        public Currency getCurrency()
      • getCurrentPage

        public Integer getCurrentPage()
      • getPageSize

        public Integer getPageSize()
      • getRequiresAuthorization

        public Boolean getRequiresAuthorization()
      • getSkipTotalCount

        public Boolean getSkipTotalCount()
      • isReceive

        public boolean isReceive()
      • setChannel

        public void setChannel​(Channel channel)
      • setCountOnly

        public void setCountOnly()
      • setCurrency

        public void setCurrency​(Currency currency)
      • setCurrentPage

        public void setCurrentPage​(Integer currentPage)
      • setFromAccounts

        public void setFromAccounts​(Collection<? extends Account> fromAccounts)
      • setPageSize

        public void setPageSize​(Integer pageSize)
      • setPossibleTransferTypes

        public void setPossibleTransferTypes​(Collection<? extends TransferType> possibleTransferTypes)
      • setPrincipalType

        public void setPrincipalType​(PrincipalType principalType)
      • setReceive

        public void setReceive​(boolean receive)
      • setRequiresAuthorization

        public void setRequiresAuthorization​(Boolean requiresAuthorization)
      • setSkipTotalCount

        public void setSkipTotalCount​(Boolean skipTotalCount)
      • setToAccounts

        public void setToAccounts​(Collection<? extends Account> toAccounts)
      • setToOwner

        public void setToOwner​(AccountOwner toOwner)
      • setUnlimited

        public void setUnlimited()