@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class LinkDeliveryGetResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCESS_TOKENS |
static String |
SERIALIZED_NAME_COMPLETED_AT |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_ITEM_IDS |
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_STATUS |
Constructor and Description |
---|
LinkDeliveryGetResponse() |
Modifier and Type | Method and Description |
---|---|
LinkDeliveryGetResponse |
accessTokens(List<String> accessTokens) |
LinkDeliveryGetResponse |
addAccessTokensItem(String accessTokensItem) |
LinkDeliveryGetResponse |
addItemIdsItem(String itemIdsItem) |
LinkDeliveryGetResponse |
completedAt(OffsetDateTime completedAt) |
LinkDeliveryGetResponse |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o) |
List<String> |
getAccessTokens()
An array of access tokens associated with the Hosted Link session.
|
OffsetDateTime |
getCompletedAt()
Timestamp in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the time the given Hosted Link session was completed at.
|
OffsetDateTime |
getCreatedAt()
Timestamp in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the time the given Hosted Link session was created at.
|
List<String> |
getItemIds()
An array of `item_id`s associated with the Hosted Link session.
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
LinkDeliverySessionStatus |
getStatus()
Get status
|
int |
hashCode() |
LinkDeliveryGetResponse |
itemIds(List<String> itemIds) |
LinkDeliveryGetResponse |
requestId(String requestId) |
void |
setAccessTokens(List<String> accessTokens) |
void |
setCompletedAt(OffsetDateTime completedAt) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setItemIds(List<String> itemIds) |
void |
setRequestId(String requestId) |
void |
setStatus(LinkDeliverySessionStatus status) |
LinkDeliveryGetResponse |
status(LinkDeliverySessionStatus status) |
String |
toString() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_COMPLETED_AT
public static final String SERIALIZED_NAME_REQUEST_ID
public static final String SERIALIZED_NAME_ACCESS_TOKENS
public static final String SERIALIZED_NAME_ITEM_IDS
public LinkDeliveryGetResponse status(LinkDeliverySessionStatus status)
public LinkDeliverySessionStatus getStatus()
public void setStatus(LinkDeliverySessionStatus status)
public LinkDeliveryGetResponse createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public LinkDeliveryGetResponse completedAt(OffsetDateTime completedAt)
@Nullable public OffsetDateTime getCompletedAt()
public void setCompletedAt(OffsetDateTime completedAt)
public LinkDeliveryGetResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
public LinkDeliveryGetResponse accessTokens(List<String> accessTokens)
public LinkDeliveryGetResponse addAccessTokensItem(String accessTokensItem)
@Nullable public List<String> getAccessTokens()
public LinkDeliveryGetResponse itemIds(List<String> itemIds)
public LinkDeliveryGetResponse addItemIdsItem(String itemIdsItem)
@Nullable public List<String> getItemIds()
Copyright © 2017–2024 Plaid Inc.. All rights reserved.