Class WorkflowWithDetailsAllOfBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.WorkflowWithDetailsAllOfBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-18T11:17:11.907811Z[Etc/UTC]") public class WorkflowWithDetailsAllOfBankModel extends Object
WorkflowWithDetailsAllOfBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PLAID_LINK_TOKEN
-
Constructor Summary
Constructors Constructor Description WorkflowWithDetailsAllOfBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPlaidLinkToken()The Plaid link token generated by the workflow.inthashCode()WorkflowWithDetailsAllOfBankModelplaidLinkToken(String plaidLinkToken)voidsetPlaidLinkToken(String plaidLinkToken)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PLAID_LINK_TOKEN
public static final String JSON_PROPERTY_PLAID_LINK_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
plaidLinkToken
public WorkflowWithDetailsAllOfBankModel plaidLinkToken(String plaidLinkToken)
-
getPlaidLinkToken
@Nullable public String getPlaidLinkToken()
The Plaid link token generated by the workflow.- Returns:
- plaidLinkToken
-
setPlaidLinkToken
public void setPlaidLinkToken(String plaidLinkToken)
-
-