Uses of Class
odata.msgraph.client.beta.entity.SalesQuote
-
Packages that use SalesQuote Package Description odata.msgraph.client.beta.entity -
-
Uses of SalesQuote in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SalesQuote Modifier and Type Method Description SalesQuoteSalesQuote.Builder. build()SalesQuoteSalesQuote. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SalesQuoteSalesQuote. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SalesQuoteSalesQuote. withAcceptedDate(LocalDate acceptedDate)SalesQuoteSalesQuote. withBillingPostalAddress(PostalAddressType billingPostalAddress)SalesQuoteSalesQuote. withBillToCustomerId(UUID billToCustomerId)SalesQuoteSalesQuote. withBillToCustomerNumber(String billToCustomerNumber)SalesQuoteSalesQuote. withBillToName(String billToName)SalesQuoteSalesQuote. withCurrencyCode(String currencyCode)SalesQuoteSalesQuote. withCurrencyId(UUID currencyId)SalesQuoteSalesQuote. withCustomerId(UUID customerId)SalesQuoteSalesQuote. withCustomerName(String customerName)SalesQuoteSalesQuote. withCustomerNumber(String customerNumber)SalesQuoteSalesQuote. withDiscountAmount(BigDecimal discountAmount)SalesQuoteSalesQuote. withDocumentDate(LocalDate documentDate)SalesQuoteSalesQuote. withDueDate(LocalDate dueDate)SalesQuoteSalesQuote. withEmail(String email)SalesQuoteSalesQuote. withExternalDocumentNumber(String externalDocumentNumber)SalesQuoteSalesQuote. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)SalesQuoteSalesQuote. withNumber(String number)SalesQuoteSalesQuote. withPaymentTermsId(UUID paymentTermsId)SalesQuoteSalesQuote. withPhoneNumber(String phoneNumber)SalesQuoteSalesQuote. withSalesperson(String salesperson)SalesQuoteSalesQuote. withSellingPostalAddress(PostalAddressType sellingPostalAddress)SalesQuoteSalesQuote. withSentDate(OffsetDateTime sentDate)SalesQuoteSalesQuote. withShipmentMethodId(UUID shipmentMethodId)SalesQuoteSalesQuote. withShippingPostalAddress(PostalAddressType shippingPostalAddress)SalesQuoteSalesQuote. withShipToContact(String shipToContact)SalesQuoteSalesQuote. withShipToName(String shipToName)SalesQuoteSalesQuote. withStatus(String status)SalesQuoteSalesQuote. withTotalAmountExcludingTax(BigDecimal totalAmountExcludingTax)SalesQuoteSalesQuote. withTotalAmountIncludingTax(BigDecimal totalAmountIncludingTax)SalesQuoteSalesQuote. withTotalTaxAmount(BigDecimal totalTaxAmount)SalesQuoteSalesQuote. withUnmappedField(String name, String value)SalesQuoteSalesQuote. withValidUntilDate(LocalDate validUntilDate)
-