Uses of Class
odata.msgraph.client.beta.entity.SalesQuoteLine
-
Packages that use SalesQuoteLine Package Description odata.msgraph.client.beta.entity -
-
Uses of SalesQuoteLine in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SalesQuoteLine Modifier and Type Method Description SalesQuoteLineSalesQuoteLine.Builder. build()SalesQuoteLineSalesQuoteLine. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SalesQuoteLineSalesQuoteLine. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SalesQuoteLineSalesQuoteLine. withAccountId(UUID accountId)SalesQuoteLineSalesQuoteLine. withAmountExcludingTax(BigDecimal amountExcludingTax)SalesQuoteLineSalesQuoteLine. withAmountIncludingTax(BigDecimal amountIncludingTax)SalesQuoteLineSalesQuoteLine. withDescription(String description)SalesQuoteLineSalesQuoteLine. withDiscountAmount(BigDecimal discountAmount)SalesQuoteLineSalesQuoteLine. withDiscountAppliedBeforeTax(Boolean discountAppliedBeforeTax)SalesQuoteLineSalesQuoteLine. withDiscountPercent(BigDecimal discountPercent)SalesQuoteLineSalesQuoteLine. withDocumentId(UUID documentId)SalesQuoteLineSalesQuoteLine. withItemId(UUID itemId)SalesQuoteLineSalesQuoteLine. withLineType(String lineType)SalesQuoteLineSalesQuoteLine. withNetAmount(BigDecimal netAmount)SalesQuoteLineSalesQuoteLine. withNetAmountIncludingTax(BigDecimal netAmountIncludingTax)SalesQuoteLineSalesQuoteLine. withNetTaxAmount(BigDecimal netTaxAmount)SalesQuoteLineSalesQuoteLine. withQuantity(BigDecimal quantity)SalesQuoteLineSalesQuoteLine. withSequence(Integer sequence)SalesQuoteLineSalesQuoteLine. withTaxCode(String taxCode)SalesQuoteLineSalesQuoteLine. withTaxPercent(BigDecimal taxPercent)SalesQuoteLineSalesQuoteLine. withTotalTaxAmount(BigDecimal totalTaxAmount)SalesQuoteLineSalesQuoteLine. withUnitOfMeasureId(UUID unitOfMeasureId)SalesQuoteLineSalesQuoteLine. withUnitPrice(BigDecimal unitPrice)SalesQuoteLineSalesQuoteLine. withUnmappedField(String name, String value)
-