Class EmployersSearchRequest

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

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

  • Constructor Details

  • Method Details

    • clientId

      public EmployersSearchRequest 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 EmployersSearchRequest 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)
    • query

      public EmployersSearchRequest query​(java.lang.String query)
    • getQuery

      public java.lang.String getQuery()
      The employer name to be searched for.
      Returns:
      query
    • setQuery

      public void setQuery​(java.lang.String query)
    • products

      public EmployersSearchRequest products​(java.util.List<java.lang.String> products)
    • addProductsItem

      public EmployersSearchRequest addProductsItem​(java.lang.String productsItem)
    • getProducts

      public java.util.List<java.lang.String> getProducts()
      The Plaid products the returned employers should support. Currently, this field must be set to `\"deposit_switch\"`.
      Returns:
      products
    • setProducts

      public void setProducts​(java.util.List<java.lang.String> products)
    • 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