| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.Builder.build() |
Item |
Item.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Item |
Item.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Item |
Item.withBaseUnitOfMeasureId(String baseUnitOfMeasureId) |
Item |
Item.withBlocked(Boolean blocked) |
Item |
Item.withDisplayName(String displayName) |
Item |
Item.withGtin(String gtin) |
Item |
Item.withInventory(BigDecimal inventory) |
Item |
Item.withItemCategoryCode(String itemCategoryCode) |
Item |
Item.withItemCategoryId(String itemCategoryId) |
Item |
Item.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Item |
Item.withNumber(String number) |
Item |
Item.withPriceIncludesTax(Boolean priceIncludesTax) |
Item |
Item.withTaxGroupCode(String taxGroupCode) |
Item |
Item.withTaxGroupId(String taxGroupId) |
Item |
Item.withType(String type) |
Item |
Item.withUnitCost(BigDecimal unitCost) |
Item |
Item.withUnitPrice(BigDecimal unitPrice) |
Copyright © 2018–2020. All rights reserved.