Package com.plaid.client.model
Class LiabilitiesGetRequestOptions
java.lang.Object
com.plaid.client.model.LiabilitiesGetRequestOptions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-08-13T23:02:46.991Z[GMT]")
public class LiabilitiesGetRequestOptions
extends java.lang.Object
An optional object to filter `/liabilities/get` results. If provided, `options` cannot be null.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_ACCOUNT_IDS
-
Constructor Summary
Constructors Constructor Description LiabilitiesGetRequestOptions()
-
Method Summary
Modifier and Type Method Description LiabilitiesGetRequestOptions
accountIds(java.util.List<java.lang.String> accountIds)
LiabilitiesGetRequestOptions
addAccountIdsItem(java.lang.String accountIdsItem)
boolean
equals(java.lang.Object o)
java.util.List<java.lang.String>
getAccountIds()
A list of accounts to retrieve for the Item.int
hashCode()
void
setAccountIds(java.util.List<java.lang.String> accountIds)
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_IDS
public static final java.lang.String SERIALIZED_NAME_ACCOUNT_IDS- See Also:
- Constant Field Values
-
-
Constructor Details
-
LiabilitiesGetRequestOptions
public LiabilitiesGetRequestOptions()
-
-
Method Details
-
accountIds
-
addAccountIdsItem
-
getAccountIds
@Nullable public java.util.List<java.lang.String> getAccountIds()A list of accounts to retrieve for the Item. An error will be returned if a provided `account_id` is not associated with the Item- Returns:
- accountIds
-
setAccountIds
public void setAccountIds(java.util.List<java.lang.String> accountIds) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-