Package odata.msgraph.client.beta.entity
Class Company
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Company
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Company extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompany.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringbusinessProfileIdprotected StringdisplayNameprotected Stringnameprotected StringsystemVersion-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCompany()
-
Method Summary
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderCompany
public static Company.Builder builderCompany()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withUnmappedField
public Company withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getAccounts
public AccountCollectionRequest getAccounts()
-
getAgedAccountsPayable
public AgedAccountsPayableCollectionRequest getAgedAccountsPayable()
-
getAgedAccountsReceivable
public AgedAccountsReceivableCollectionRequest getAgedAccountsReceivable()
-
getCompanyInformation
public CompanyInformationCollectionRequest getCompanyInformation()
-
getCountriesRegions
public CountryRegionCollectionRequest getCountriesRegions()
-
getCurrencies
public CurrencyCollectionRequest getCurrencies()
-
getCustomerPaymentJournals
public CustomerPaymentJournalCollectionRequest getCustomerPaymentJournals()
-
getCustomerPayments
public CustomerPaymentCollectionRequest getCustomerPayments()
-
getCustomers
public CustomerCollectionRequest getCustomers()
-
getDimensions
public DimensionCollectionRequest getDimensions()
-
getDimensionValues
public DimensionValueCollectionRequest getDimensionValues()
-
getEmployees
public EmployeeCollectionRequest getEmployees()
-
getGeneralLedgerEntries
public GeneralLedgerEntryCollectionRequest getGeneralLedgerEntries()
-
getItemCategories
public ItemCategoryCollectionRequest getItemCategories()
-
getItems
public ItemCollectionRequest getItems()
-
getJournalLines
public JournalLineCollectionRequest getJournalLines()
-
getJournals
public JournalCollectionRequest getJournals()
-
getPaymentMethods
public PaymentMethodCollectionRequest getPaymentMethods()
-
getPaymentTerms
public PaymentTermCollectionRequest getPaymentTerms()
-
getPicture
public PictureCollectionRequest getPicture()
-
getPurchaseInvoiceLines
public PurchaseInvoiceLineCollectionRequest getPurchaseInvoiceLines()
-
getPurchaseInvoices
public PurchaseInvoiceCollectionRequest getPurchaseInvoices()
-
getSalesCreditMemoLines
public SalesCreditMemoLineCollectionRequest getSalesCreditMemoLines()
-
getSalesCreditMemos
public SalesCreditMemoCollectionRequest getSalesCreditMemos()
-
getSalesInvoiceLines
public SalesInvoiceLineCollectionRequest getSalesInvoiceLines()
-
getSalesInvoices
public SalesInvoiceCollectionRequest getSalesInvoices()
-
getSalesOrderLines
public SalesOrderLineCollectionRequest getSalesOrderLines()
-
getSalesOrders
public SalesOrderCollectionRequest getSalesOrders()
-
getSalesQuoteLines
public SalesQuoteLineCollectionRequest getSalesQuoteLines()
-
getSalesQuotes
public SalesQuoteCollectionRequest getSalesQuotes()
-
getShipmentMethods
public ShipmentMethodCollectionRequest getShipmentMethods()
-
getTaxAreas
public TaxAreaCollectionRequest getTaxAreas()
-
getTaxGroups
public TaxGroupCollectionRequest getTaxGroups()
-
getUnitsOfMeasure
public UnitOfMeasureCollectionRequest getUnitsOfMeasure()
-
getVendors
public VendorCollectionRequest getVendors()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public Company patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Company put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-