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

public class QuantityIsIncomplete extends VdmEntity<QuantityIsIncomplete>
Qty Is Incomplete (Master Data)

Original entity name from the Odata EDM: QuantityIsIncomplete

  • Field Details

    • ALL_FIELDS

      public static final QuantityIsIncompleteSelectable ALL_FIELDS
      Selector for all available fields of QuantityIsIncomplete.
    • QUANTITY_IS_INCOMPLETE_ID

      public static final QuantityIsIncompleteField<String> QUANTITY_IS_INCOMPLETE_ID
      Use with available fluent helpers to apply the QuantityIsIncomplete_ID field to query operations.
    • QUANTITY_IS_INCOMPLETE_TEXT

      public static final QuantityIsIncompleteField<String> QUANTITY_IS_INCOMPLETE_TEXT
      Use with available fluent helpers to apply the QuantityIsIncompleteText field to query operations.
  • Constructor Details

    • QuantityIsIncomplete

      public QuantityIsIncomplete()
    • QuantityIsIncomplete

      public QuantityIsIncomplete(@Nullable String quantityIsIncomplete_ID, @Nullable String quantityIsIncompleteText)
  • Method Details