java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<InventorySpecialStock>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.InventorySpecialStock

public class InventorySpecialStock extends VdmEntity<InventorySpecialStock>
Inventory Special Stock Type (Master Data)

Original entity name from the Odata EDM: InventorySpecialStockType

  • Field Details

    • ALL_FIELDS

      public static final InventorySpecialStockSelectable ALL_FIELDS
      Selector for all available fields of InventorySpecialStock.
    • INVENTORY_SPECIAL_STOCK_TYPE_ID

      public static final InventorySpecialStockField<String> INVENTORY_SPECIAL_STOCK_TYPE_ID
      Use with available fluent helpers to apply the InventorySpecialStockType_ID field to query operations.
    • INVENTORY_SPECIAL_STOCK_TYPE_TEXT

      public static final InventorySpecialStockField<String> INVENTORY_SPECIAL_STOCK_TYPE_TEXT
      Use with available fluent helpers to apply the InventorySpecialStockTypeText field to query operations.
  • Constructor Details

    • InventorySpecialStock

      public InventorySpecialStock()
    • InventorySpecialStock

      public InventorySpecialStock(@Nullable String inventorySpecialStockType_ID, @Nullable String inventorySpecialStockTypeText)
  • Method Details