public class AgedAccountsPayable 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 |
AgedAccountsPayable.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
agedAsOfDate |
protected BigDecimal |
balanceDue |
protected String |
currencyCode |
protected BigDecimal |
currentAmount |
protected String |
name |
protected BigDecimal |
period1Amount |
protected BigDecimal |
period2Amount |
protected BigDecimal |
period3Amount |
protected String |
periodLengthFilter |
protected String |
vendorNumber |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AgedAccountsPayable() |
protected String vendorNumber
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 AgedAccountsPayable.Builder builderAgedAccountsPayable()
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 AgedAccountsPayable withVendorNumber(String vendorNumber)
public AgedAccountsPayable withName(String name)
public AgedAccountsPayable withCurrencyCode(String currencyCode)
public Optional<BigDecimal> getBalanceDue()
public AgedAccountsPayable withBalanceDue(BigDecimal balanceDue)
public Optional<BigDecimal> getCurrentAmount()
public AgedAccountsPayable withCurrentAmount(BigDecimal currentAmount)
public Optional<BigDecimal> getPeriod1Amount()
public AgedAccountsPayable withPeriod1Amount(BigDecimal period1Amount)
public Optional<BigDecimal> getPeriod2Amount()
public AgedAccountsPayable withPeriod2Amount(BigDecimal period2Amount)
public Optional<BigDecimal> getPeriod3Amount()
public AgedAccountsPayable withPeriod3Amount(BigDecimal period3Amount)
public AgedAccountsPayable withAgedAsOfDate(LocalDate agedAsOfDate)
public AgedAccountsPayable withPeriodLengthFilter(String periodLengthFilter)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AgedAccountsPayable patch()
this with changed fields reset.public AgedAccountsPayable put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.