Class LinkTokenCreateResponse


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2021-03-31T09:49:55.055Z[GMT]")
    public class LinkTokenCreateResponse
    extends Object
    LinkTokenCreateResponse defines the response schema for `/link/token/create`
    • Constructor Detail

      • LinkTokenCreateResponse

        public LinkTokenCreateResponse()
    • Method Detail

      • getLinkToken

        public String getLinkToken()
        A `link_token`, which can be supplied to Link in order to initialize it and receive a `public_token`, which can be exchanged for an `access_token`.
        Returns:
        linkToken
      • setLinkToken

        public void setLinkToken​(String linkToken)
      • getExpiration

        public OffsetDateTime getExpiration()
        The expiration date for the `link_token`, in ISO 8601 format. A `link_token` created to generate a `public_token` that will be exchanged for a new `access_token` expires after 4 hours. A `link_token` created for an existing Item (such as when updating an existing `access_token` by launching Link in update mode) expires after 30 minutes.
        Returns:
        expiration
      • setExpiration

        public void setExpiration​(OffsetDateTime expiration)
      • getRequestId

        public String getRequestId()
        A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
        Returns:
        requestId
      • setRequestId

        public void setRequestId​(String requestId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object