Class TransferListRequest

java.lang.Object
com.plaid.client.model.TransferListRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2021-10-15T19:47:39.714Z[GMT]")
public class TransferListRequest
extends java.lang.Object
Defines the request schema for `/transfer/list`
  • Field Details

  • Constructor Details

  • Method Details

    • clientId

      public TransferListRequest clientId​(java.lang.String clientId)
    • getClientId

      @Nullable public java.lang.String getClientId()
      Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
      Returns:
      clientId
    • setClientId

      public void setClientId​(java.lang.String clientId)
    • secret

      public TransferListRequest secret​(java.lang.String secret)
    • getSecret

      @Nullable public java.lang.String getSecret()
      Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
      Returns:
      secret
    • setSecret

      public void setSecret​(java.lang.String secret)
    • startDate

      public TransferListRequest startDate​(java.time.OffsetDateTime startDate)
    • getStartDate

      @Nullable public java.time.OffsetDateTime getStartDate()
      The start datetime of transfers to list. This should be in RFC 3339 format (i.e. `2019-12-06T22:35:49Z`)
      Returns:
      startDate
    • setStartDate

      public void setStartDate​(java.time.OffsetDateTime startDate)
    • endDate

      public TransferListRequest endDate​(java.time.OffsetDateTime endDate)
    • getEndDate

      @Nullable public java.time.OffsetDateTime getEndDate()
      The end datetime of transfers to list. This should be in RFC 3339 format (i.e. `2019-12-06T22:35:49Z`)
      Returns:
      endDate
    • setEndDate

      public void setEndDate​(java.time.OffsetDateTime endDate)
    • count

      public TransferListRequest count​(java.lang.Integer count)
    • getCount

      @Nullable public java.lang.Integer getCount()
      The maximum number of transfers to return. minimum: 1 maximum: 25
      Returns:
      count
    • setCount

      public void setCount​(java.lang.Integer count)
    • offset

      public TransferListRequest offset​(java.lang.Integer offset)
    • getOffset

      @Nullable public java.lang.Integer getOffset()
      The number of transfers to skip before returning results. minimum: 0
      Returns:
      offset
    • setOffset

      public void setOffset​(java.lang.Integer offset)
    • originationAccountId

      public TransferListRequest originationAccountId​(java.lang.String originationAccountId)
    • getOriginationAccountId

      @Nullable public java.lang.String getOriginationAccountId()
      Filter transfers to only those originated through the specified origination account.
      Returns:
      originationAccountId
    • setOriginationAccountId

      public void setOriginationAccountId​(java.lang.String originationAccountId)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object