Uses of Class
odata.msgraph.client.beta.entity.Item
-
Packages that use Item Package Description odata.msgraph.client.beta.entity -
-
Uses of Item in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Item Modifier and Type Method Description ItemItem.Builder. build()ItemItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ItemItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ItemItem. withBaseUnitOfMeasureId(String baseUnitOfMeasureId)ItemItem. withBlocked(Boolean blocked)ItemItem. withDisplayName(String displayName)ItemItem. withGtin(String gtin)ItemItem. withInventory(BigDecimal inventory)ItemItem. withItemCategoryCode(String itemCategoryCode)ItemItem. withItemCategoryId(String itemCategoryId)ItemItem. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)ItemItem. withNumber(String number)ItemItem. withPriceIncludesTax(Boolean priceIncludesTax)ItemItem. withTaxGroupCode(String taxGroupCode)ItemItem. withTaxGroupId(String taxGroupId)ItemItem. withType(String type)ItemItem. withUnitCost(BigDecimal unitCost)ItemItem. withUnitPrice(BigDecimal unitPrice)ItemItem. withUnmappedField(String name, String value)
-