@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class InstitutionsSearchResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_INSTITUTIONS |
static String |
SERIALIZED_NAME_REQUEST_ID |
| Constructor and Description |
|---|
InstitutionsSearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
InstitutionsSearchResponse |
addInstitutionsItem(Institution institutionsItem) |
boolean |
equals(Object o) |
List<Institution> |
getInstitutions()
An array of institutions matching the search criteria
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
InstitutionsSearchResponse |
institutions(List<Institution> institutions) |
InstitutionsSearchResponse |
requestId(String requestId) |
void |
setInstitutions(List<Institution> institutions) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_INSTITUTIONS
public static final String SERIALIZED_NAME_REQUEST_ID
public InstitutionsSearchResponse institutions(List<Institution> institutions)
public InstitutionsSearchResponse addInstitutionsItem(Institution institutionsItem)
public List<Institution> getInstitutions()
public void setInstitutions(List<Institution> institutions)
public InstitutionsSearchResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.