Package cm.xd.genapi.ynab.model
Class PayeesResponseData
java.lang.Object
cm.xd.genapi.ynab.model.PayeesResponseData
@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 PayeesResponseData
extends Object
PayeesResponseData
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPayeesItem(Payee payeesItem) booleanstatic PayeesResponseDataCreate an instance of PayeesResponseData given an JSON stringGet payeesThe knowledge of the serverinthashCode()serverKnowledge(Long serverKnowledge) voidvoidsetServerKnowledge(Long serverKnowledge) toJson()Convert an instance of PayeesResponseData to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_PAYEES
- See Also:
-
SERIALIZED_NAME_SERVER_KNOWLEDGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
PayeesResponseData
public PayeesResponseData()
-
-
Method Details
-
payees
-
addPayeesItem
-
getPayees
Get payees- Returns:
- payees
-
setPayees
-
serverKnowledge
-
getServerKnowledge
The knowledge of the server- Returns:
- serverKnowledge
-
setServerKnowledge
-
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 PayeesResponseData
-
fromJson
Create an instance of PayeesResponseData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PayeesResponseData
- Throws:
IOException- if the JSON string is invalid with respect to PayeesResponseData
-
toJson
Convert an instance of PayeesResponseData to an JSON string- Returns:
- JSON string
-