Package cm.xd.genapi.ynab.model
Class BulkResponseDataBulk
java.lang.Object
cm.xd.genapi.ynab.model.BulkResponseDataBulk
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-26T18:05:30.720340+02:00[Europe/Stockholm]",
comments="Generator version: 7.21.0")
public class BulkResponseDataBulk
extends Object
BulkResponseDataBulk
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDuplicateImportIdsItem(String duplicateImportIdsItem) addTransactionIdsItem(String transactionIdsItem) duplicateImportIds(List<String> duplicateImportIds) booleanstatic BulkResponseDataBulkCreate an instance of BulkResponseDataBulk given an JSON stringIf any Transactions were not created because they had an `import_id` matching a transaction already on the same account, the specified import_id(s) will be included in this list.The list of Transaction ids that were created.inthashCode()voidsetDuplicateImportIds(List<String> duplicateImportIds) voidsetTransactionIds(List<String> transactionIds) toJson()Convert an instance of BulkResponseDataBulk to an JSON stringtoString()transactionIds(List<String> transactionIds) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TRANSACTION_IDS
- See Also:
-
SERIALIZED_NAME_DUPLICATE_IMPORT_IDS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BulkResponseDataBulk
public BulkResponseDataBulk()
-
-
Method Details
-
transactionIds
-
addTransactionIdsItem
-
getTransactionIds
The list of Transaction ids that were created.- Returns:
- transactionIds
-
setTransactionIds
-
duplicateImportIds
-
addDuplicateImportIdsItem
-
getDuplicateImportIds
If any Transactions were not created because they had an `import_id` matching a transaction already on the same account, the specified import_id(s) will be included in this list.- Returns:
- duplicateImportIds
-
setDuplicateImportIds
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to BulkResponseDataBulk
-
fromJson
Create an instance of BulkResponseDataBulk given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BulkResponseDataBulk
- Throws:
IOException- if the JSON string is invalid with respect to BulkResponseDataBulk
-
toJson
Convert an instance of BulkResponseDataBulk to an JSON string- Returns:
- JSON string
-