@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class ProcessorTransactionsSyncResponse 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 |
---|
ProcessorTransactionsSyncResponse() |
Modifier and Type | Method and Description |
---|---|
ProcessorTransactionsSyncResponse |
addAddedItem(Transaction addedItem) |
ProcessorTransactionsSyncResponse |
added(List<Transaction> added) |
ProcessorTransactionsSyncResponse |
addModifiedItem(Transaction modifiedItem) |
ProcessorTransactionsSyncResponse |
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() |
ProcessorTransactionsSyncResponse |
hasMore(Boolean hasMore) |
ProcessorTransactionsSyncResponse |
modified(List<Transaction> modified) |
ProcessorTransactionsSyncResponse |
nextCursor(String nextCursor) |
ProcessorTransactionsSyncResponse |
removed(List<RemovedTransaction> removed) |
ProcessorTransactionsSyncResponse |
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 ProcessorTransactionsSyncResponse added(List<Transaction> added)
public ProcessorTransactionsSyncResponse addAddedItem(Transaction addedItem)
public List<Transaction> getAdded()
public void setAdded(List<Transaction> added)
public ProcessorTransactionsSyncResponse modified(List<Transaction> modified)
public ProcessorTransactionsSyncResponse addModifiedItem(Transaction modifiedItem)
public List<Transaction> getModified()
public void setModified(List<Transaction> modified)
public ProcessorTransactionsSyncResponse removed(List<RemovedTransaction> removed)
public ProcessorTransactionsSyncResponse addRemovedItem(RemovedTransaction removedItem)
public List<RemovedTransaction> getRemoved()
public void setRemoved(List<RemovedTransaction> removed)
public ProcessorTransactionsSyncResponse nextCursor(String nextCursor)
public String getNextCursor()
public void setNextCursor(String nextCursor)
public ProcessorTransactionsSyncResponse hasMore(Boolean hasMore)
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public ProcessorTransactionsSyncResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.