@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class Application extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_APPLICATION_ID |
static String |
SERIALIZED_NAME_APPLICATION_URL |
static String |
SERIALIZED_NAME_CITY |
static String |
SERIALIZED_NAME_COMPANY_LEGAL_NAME |
static String |
SERIALIZED_NAME_COUNTRY_CODE |
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_JOIN_DATE |
static String |
SERIALIZED_NAME_LOGO_URL |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_POSTAL_CODE |
static String |
SERIALIZED_NAME_REASON_FOR_ACCESS |
static String |
SERIALIZED_NAME_REGION |
static String |
SERIALIZED_NAME_USE_CASE |
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
Application |
applicationId(String applicationId) |
Application |
applicationUrl(String applicationUrl) |
Application |
city(String city) |
Application |
companyLegalName(String companyLegalName) |
Application |
countryCode(String countryCode) |
Application |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getApplicationId()
This field will map to the application ID that is returned from /item/applications/list, or provided to the institution in an oauth redirect.
|
String |
getApplicationUrl()
The URL for the application's website
|
String |
getCity()
A string representing the city of the client’s headquarters.
|
String |
getCompanyLegalName()
A string representing the name of client’s legal entity.
|
String |
getCountryCode()
A string representing the country code of the client’s headquarters.
|
String |
getDisplayName()
A human-readable name of the application for display purposes
|
LocalDate |
getJoinDate()
The date this application was granted production access at Plaid in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format in UTC.
|
String |
getLogoUrl()
A URL that links to the application logo image.
|
String |
getName()
The name of the application
|
String |
getPostalCode()
A string representing the postal code of the client’s headquarters.
|
String |
getReasonForAccess()
A string provided by the connected app stating why they use their respective enabled products.
|
String |
getRegion()
A string representing the region of the client’s headquarters.
|
String |
getUseCase()
A string representing client’s broad use case as assessed by Plaid.
|
int |
hashCode() |
Application |
joinDate(LocalDate joinDate) |
Application |
logoUrl(String logoUrl) |
Application |
name(String name) |
Application |
postalCode(String postalCode) |
Application |
reasonForAccess(String reasonForAccess) |
Application |
region(String region) |
void |
setApplicationId(String applicationId) |
void |
setApplicationUrl(String applicationUrl) |
void |
setCity(String city) |
void |
setCompanyLegalName(String companyLegalName) |
void |
setCountryCode(String countryCode) |
void |
setDisplayName(String displayName) |
void |
setJoinDate(LocalDate joinDate) |
void |
setLogoUrl(String logoUrl) |
void |
setName(String name) |
void |
setPostalCode(String postalCode) |
void |
setReasonForAccess(String reasonForAccess) |
void |
setRegion(String region) |
void |
setUseCase(String useCase) |
String |
toString() |
Application |
useCase(String useCase) |
public static final String SERIALIZED_NAME_APPLICATION_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_JOIN_DATE
public static final String SERIALIZED_NAME_LOGO_URL
public static final String SERIALIZED_NAME_APPLICATION_URL
public static final String SERIALIZED_NAME_REASON_FOR_ACCESS
public static final String SERIALIZED_NAME_USE_CASE
public static final String SERIALIZED_NAME_COMPANY_LEGAL_NAME
public static final String SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_POSTAL_CODE
public static final String SERIALIZED_NAME_COUNTRY_CODE
public Application applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public Application name(String name)
public String getName()
public void setName(String name)
public Application displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public Application joinDate(LocalDate joinDate)
public LocalDate getJoinDate()
public void setJoinDate(LocalDate joinDate)
public Application logoUrl(String logoUrl)
@Nullable public String getLogoUrl()
public void setLogoUrl(String logoUrl)
public Application applicationUrl(String applicationUrl)
@Nullable public String getApplicationUrl()
public void setApplicationUrl(String applicationUrl)
public Application reasonForAccess(String reasonForAccess)
@Nullable public String getReasonForAccess()
public void setReasonForAccess(String reasonForAccess)
public Application useCase(String useCase)
@Nullable public String getUseCase()
public void setUseCase(String useCase)
public Application companyLegalName(String companyLegalName)
@Nullable public String getCompanyLegalName()
public void setCompanyLegalName(String companyLegalName)
public Application city(String city)
@Nullable public String getCity()
public void setCity(String city)
public Application region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public Application postalCode(String postalCode)
@Nullable public String getPostalCode()
public void setPostalCode(String postalCode)
public Application countryCode(String countryCode)
@Nullable public String getCountryCode()
public void setCountryCode(String countryCode)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.