@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class TransactionsSyncResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADDED |
static String |
SERIALIZED_NAME_HAS_MORE |
static String |
SERIALIZED_NAME_MODIFIED |
static String |
SERIALIZED_NAME_NEXT_CURSOR |
static String |
SERIALIZED_NAME_REMOVED |
static String |
SERIALIZED_NAME_REQUEST_ID |
Constructor and Description |
---|
TransactionsSyncResponse() |
Modifier and Type | Method and Description |
---|---|
TransactionsSyncResponse |
addAddedItem(Transaction addedItem) |
TransactionsSyncResponse |
added(List<Transaction> added) |
TransactionsSyncResponse |
addModifiedItem(Transaction modifiedItem) |
TransactionsSyncResponse |
addRemovedItem(RemovedTransaction removedItem) |
boolean |
equals(Object o) |
List<Transaction> |
getAdded()
Transactions that have been added to the item since `cursor` ordered by ascending last modified time.
|
Boolean |
getHasMore()
Represents if more than requested count of transaction updates exist.
|
List<Transaction> |
getModified()
Transactions that have been modified on the item since `cursor` ordered by ascending last modified time.
|
String |
getNextCursor()
Cursor used for fetching any future updates after the latest update provided in this response.
|
List<RemovedTransaction> |
getRemoved()
Transactions that have been removed from the item since `cursor` ordered by ascending last modified time.
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
TransactionsSyncResponse |
hasMore(Boolean hasMore) |
TransactionsSyncResponse |
modified(List<Transaction> modified) |
TransactionsSyncResponse |
nextCursor(String nextCursor) |
TransactionsSyncResponse |
removed(List<RemovedTransaction> removed) |
TransactionsSyncResponse |
requestId(String requestId) |
void |
setAdded(List<Transaction> added) |
void |
setHasMore(Boolean hasMore) |
void |
setModified(List<Transaction> modified) |
void |
setNextCursor(String nextCursor) |
void |
setRemoved(List<RemovedTransaction> removed) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_ADDED
public static final String SERIALIZED_NAME_MODIFIED
public static final String SERIALIZED_NAME_REMOVED
public static final String SERIALIZED_NAME_NEXT_CURSOR
public static final String SERIALIZED_NAME_HAS_MORE
public static final String SERIALIZED_NAME_REQUEST_ID
public TransactionsSyncResponse added(List<Transaction> added)
public TransactionsSyncResponse addAddedItem(Transaction addedItem)
public List<Transaction> getAdded()
public void setAdded(List<Transaction> added)
public TransactionsSyncResponse modified(List<Transaction> modified)
public TransactionsSyncResponse addModifiedItem(Transaction modifiedItem)
public List<Transaction> getModified()
public void setModified(List<Transaction> modified)
public TransactionsSyncResponse removed(List<RemovedTransaction> removed)
public TransactionsSyncResponse addRemovedItem(RemovedTransaction removedItem)
public List<RemovedTransaction> getRemoved()
public void setRemoved(List<RemovedTransaction> removed)
public TransactionsSyncResponse nextCursor(String nextCursor)
public String getNextCursor()
public void setNextCursor(String nextCursor)
public TransactionsSyncResponse hasMore(Boolean hasMore)
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public TransactionsSyncResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.