Package unit.java.sdk.model
Class TaxFormRelationships
- java.lang.Object
-
- unit.java.sdk.model.TaxFormRelationships
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class TaxFormRelationships extends java.lang.ObjectTaxFormRelationships
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACCOUNTstatic java.lang.StringJSON_PROPERTY_ACCOUNTSstatic java.lang.StringJSON_PROPERTY_CUSTOMER
-
Constructor Summary
Constructors Constructor Description TaxFormRelationships()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxFormRelationshipsaccount(AccountRelationship account)TaxFormRelationshipsaccounts(AccountRelationship1 accounts)TaxFormRelationshipscustomer(CustomerRelationship customer)booleanequals(java.lang.Object o)Return true if this TaxForm_relationships object is equal to o.AccountRelationshipgetAccount()Get accountAccountRelationship1getAccounts()Get accountsCustomerRelationshipgetCustomer()Get customerinthashCode()voidsetAccount(AccountRelationship account)voidsetAccounts(AccountRelationship1 accounts)voidsetCustomer(CustomerRelationship customer)java.lang.StringtoString()java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT
public static final java.lang.String JSON_PROPERTY_ACCOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ACCOUNTS
public static final java.lang.String JSON_PROPERTY_ACCOUNTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER
public static final java.lang.String JSON_PROPERTY_CUSTOMER
- See Also:
- Constant Field Values
-
-
Method Detail
-
account
public TaxFormRelationships account(AccountRelationship account)
-
getAccount
@Nullable public AccountRelationship getAccount()
Get account- Returns:
- account
-
setAccount
public void setAccount(AccountRelationship account)
-
accounts
public TaxFormRelationships accounts(AccountRelationship1 accounts)
-
getAccounts
@Nullable public AccountRelationship1 getAccounts()
Get accounts- Returns:
- accounts
-
setAccounts
public void setAccounts(AccountRelationship1 accounts)
-
customer
public TaxFormRelationships customer(CustomerRelationship customer)
-
getCustomer
@Nonnull public CustomerRelationship getCustomer()
Get customer- Returns:
- customer
-
setCustomer
public void setCustomer(CustomerRelationship customer)
-
equals
public boolean equals(java.lang.Object o)
Return true if this TaxForm_relationships object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-