public class AgedAccountsReceivable extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
| Modifier and Type | Class and Description |
|---|---|
static class |
AgedAccountsReceivable.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
agedAsOfDate |
protected BigDecimal |
balanceDue |
protected String |
currencyCode |
protected BigDecimal |
currentAmount |
protected String |
customerNumber |
protected String |
name |
protected BigDecimal |
period1Amount |
protected BigDecimal |
period2Amount |
protected BigDecimal |
period3Amount |
protected String |
periodLengthFilter |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AgedAccountsReceivable() |
protected String customerNumber
protected String name
protected String currencyCode
protected BigDecimal balanceDue
protected BigDecimal currentAmount
protected BigDecimal period1Amount
protected BigDecimal period2Amount
protected BigDecimal period3Amount
protected LocalDate agedAsOfDate
protected String periodLengthFilter
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AgedAccountsReceivable.Builder builderAgedAccountsReceivable()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic AgedAccountsReceivable withCustomerNumber(String customerNumber)
public AgedAccountsReceivable withName(String name)
public AgedAccountsReceivable withCurrencyCode(String currencyCode)
public Optional<BigDecimal> getBalanceDue()
public AgedAccountsReceivable withBalanceDue(BigDecimal balanceDue)
public Optional<BigDecimal> getCurrentAmount()
public AgedAccountsReceivable withCurrentAmount(BigDecimal currentAmount)
public Optional<BigDecimal> getPeriod1Amount()
public AgedAccountsReceivable withPeriod1Amount(BigDecimal period1Amount)
public Optional<BigDecimal> getPeriod2Amount()
public AgedAccountsReceivable withPeriod2Amount(BigDecimal period2Amount)
public Optional<BigDecimal> getPeriod3Amount()
public AgedAccountsReceivable withPeriod3Amount(BigDecimal period3Amount)
public AgedAccountsReceivable withAgedAsOfDate(LocalDate agedAsOfDate)
public AgedAccountsReceivable withPeriodLengthFilter(String periodLengthFilter)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AgedAccountsReceivable patch()
this with changed fields reset.public AgedAccountsReceivable put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.