public class Company 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 |
Company.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessProfileId |
protected String |
displayName |
protected String |
name |
protected String |
systemVersion |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Company() |
protected String systemVersion
protected String name
protected String displayName
protected String businessProfileId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Company.Builder builderCompany()
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 ItemCollectionRequest getItems()
public CustomerCollectionRequest getCustomers()
public VendorCollectionRequest getVendors()
public CompanyInformationCollectionRequest getCompanyInformation()
public SalesInvoiceCollectionRequest getSalesInvoices()
public SalesInvoiceLineCollectionRequest getSalesInvoiceLines()
public CustomerPaymentJournalCollectionRequest getCustomerPaymentJournals()
public CustomerPaymentCollectionRequest getCustomerPayments()
public AccountCollectionRequest getAccounts()
public TaxGroupCollectionRequest getTaxGroups()
public JournalCollectionRequest getJournals()
public JournalLineCollectionRequest getJournalLines()
public EmployeeCollectionRequest getEmployees()
public GeneralLedgerEntryCollectionRequest getGeneralLedgerEntries()
public CurrencyCollectionRequest getCurrencies()
public PaymentMethodCollectionRequest getPaymentMethods()
public DimensionCollectionRequest getDimensions()
public DimensionValueCollectionRequest getDimensionValues()
public PaymentTermCollectionRequest getPaymentTerms()
public ShipmentMethodCollectionRequest getShipmentMethods()
public ItemCategoryCollectionRequest getItemCategories()
public CountryRegionCollectionRequest getCountriesRegions()
public SalesOrderCollectionRequest getSalesOrders()
public SalesOrderLineCollectionRequest getSalesOrderLines()
public UnitOfMeasureCollectionRequest getUnitsOfMeasure()
public AgedAccountsReceivableCollectionRequest getAgedAccountsReceivable()
public AgedAccountsPayableCollectionRequest getAgedAccountsPayable()
public TaxAreaCollectionRequest getTaxAreas()
public SalesQuoteCollectionRequest getSalesQuotes()
public SalesQuoteLineCollectionRequest getSalesQuoteLines()
public SalesCreditMemoCollectionRequest getSalesCreditMemos()
public SalesCreditMemoLineCollectionRequest getSalesCreditMemoLines()
public PurchaseInvoiceCollectionRequest getPurchaseInvoices()
public PurchaseInvoiceLineCollectionRequest getPurchaseInvoiceLines()
public PictureCollectionRequest getPicture()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Company patch()
this with changed fields reset.public Company put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.