Class BaseCurrency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BaseCurrency
-
public class BaseCurrency extends java.lang.ObjectBaseCurrencyDefault currency for the company
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaseCurrency.Builder
-
Constructor Summary
Constructors Constructor Description BaseCurrency()BaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BaseCurrency.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AccountingCompanySourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AccountingCompanyValue>value()Default currency for the companyBaseCurrencywithSourceValue(AccountingCompanySourceValue sourceValue)BaseCurrencywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanySourceValue> sourceValue)BaseCurrencywithValue(AccountingCompanyValue value)Default currency for the companyBaseCurrencywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyValue> value)Default currency for the company
-
-
-
Constructor Detail
-
BaseCurrency
public BaseCurrency(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanySourceValue> sourceValue)
-
BaseCurrency
public BaseCurrency()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AccountingCompanyValue> value()
Default currency for the company
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AccountingCompanySourceValue> sourceValue()
-
builder
public static BaseCurrency.Builder builder()
-
withValue
public BaseCurrency withValue(AccountingCompanyValue value)
Default currency for the company
-
withValue
public BaseCurrency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanyValue> value)
Default currency for the company
-
withSourceValue
public BaseCurrency withSourceValue(AccountingCompanySourceValue sourceValue)
-
withSourceValue
public BaseCurrency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingCompanySourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object 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
-
-