Package com.plaid.client.model
Class ItemApplicationListResponse
java.lang.Object
com.plaid.client.model.ItemApplicationListResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-08-13T23:02:46.991Z[GMT]")
public class ItemApplicationListResponse
extends java.lang.Object
Describes the connected application for a particular end user.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_APPLICATIONS
static java.lang.String
SERIALIZED_NAME_REQUEST_ID
-
Constructor Summary
Constructors Constructor Description ItemApplicationListResponse()
-
Method Summary
Modifier and Type Method Description ItemApplicationListResponse
addApplicationsItem(ConnectedApplication applicationsItem)
ItemApplicationListResponse
applications(java.util.List<ConnectedApplication> applications)
boolean
equals(java.lang.Object o)
java.util.List<ConnectedApplication>
getApplications()
A list of connected applications.java.lang.String
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.int
hashCode()
ItemApplicationListResponse
requestId(java.lang.String requestId)
void
setApplications(java.util.List<ConnectedApplication> applications)
void
setRequestId(java.lang.String requestId)
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_REQUEST_ID
public static final java.lang.String SERIALIZED_NAME_REQUEST_ID- See Also:
- Constant Field Values
-
SERIALIZED_NAME_APPLICATIONS
public static final java.lang.String SERIALIZED_NAME_APPLICATIONS- See Also:
- Constant Field Values
-
-
Constructor Details
-
ItemApplicationListResponse
public ItemApplicationListResponse()
-
-
Method Details
-
requestId
-
getRequestId
@Nullable public java.lang.String getRequestId()A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.- Returns:
- requestId
-
setRequestId
public void setRequestId(java.lang.String requestId) -
applications
-
addApplicationsItem
-
getApplications
A list of connected applications.- Returns:
- applications
-
setApplications
-
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
-