Uses of Class
odata.msgraph.client.beta.entity.SalesOrder
-
Packages that use SalesOrder Package Description odata.msgraph.client.beta.entity -
-
Uses of SalesOrder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SalesOrder Modifier and Type Method Description SalesOrderSalesOrder.Builder. build()SalesOrderSalesOrder. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SalesOrderSalesOrder. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SalesOrderSalesOrder. withBillingPostalAddress(PostalAddressType billingPostalAddress)SalesOrderSalesOrder. withBillToCustomerId(String billToCustomerId)SalesOrderSalesOrder. withBillToCustomerNumber(String billToCustomerNumber)SalesOrderSalesOrder. withBillToName(String billToName)SalesOrderSalesOrder. withCurrencyCode(String currencyCode)SalesOrderSalesOrder. withCurrencyId(String currencyId)SalesOrderSalesOrder. withCustomerId(String customerId)SalesOrderSalesOrder. withCustomerName(String customerName)SalesOrderSalesOrder. withCustomerNumber(String customerNumber)SalesOrderSalesOrder. withDiscountAmount(BigDecimal discountAmount)SalesOrderSalesOrder. withDiscountAppliedBeforeTax(Boolean discountAppliedBeforeTax)SalesOrderSalesOrder. withEmail(String email)SalesOrderSalesOrder. withExternalDocumentNumber(String externalDocumentNumber)SalesOrderSalesOrder. withFullyShipped(Boolean fullyShipped)SalesOrderSalesOrder. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)SalesOrderSalesOrder. withNumber(String number)SalesOrderSalesOrder. withOrderDate(LocalDate orderDate)SalesOrderSalesOrder. withPartialShipping(Boolean partialShipping)SalesOrderSalesOrder. withPaymentTermsId(String paymentTermsId)SalesOrderSalesOrder. withPhoneNumber(String phoneNumber)SalesOrderSalesOrder. withPricesIncludeTax(Boolean pricesIncludeTax)SalesOrderSalesOrder. withRequestedDeliveryDate(LocalDate requestedDeliveryDate)SalesOrderSalesOrder. withSalesperson(String salesperson)SalesOrderSalesOrder. withSellingPostalAddress(PostalAddressType sellingPostalAddress)SalesOrderSalesOrder. withShippingPostalAddress(PostalAddressType shippingPostalAddress)SalesOrderSalesOrder. withShipToContact(String shipToContact)SalesOrderSalesOrder. withShipToName(String shipToName)SalesOrderSalesOrder. withStatus(String status)SalesOrderSalesOrder. withTotalAmountExcludingTax(BigDecimal totalAmountExcludingTax)SalesOrderSalesOrder. withTotalAmountIncludingTax(BigDecimal totalAmountIncludingTax)SalesOrderSalesOrder. withTotalTaxAmount(BigDecimal totalTaxAmount)SalesOrderSalesOrder. withUnmappedField(String name, String value)
-