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

public class InspLotSerialNumber extends VdmEntity<InspLotSerialNumber>
Serial Numbers for Inspection Lot

Original entity name from the Odata EDM: A_InspLotSerialNumberType

  • Field Details

    • ALL_FIELDS

      public static final InspLotSerialNumberSelectable ALL_FIELDS
      Selector for all available fields of InspLotSerialNumber.
    • INSPECTION_LOT

      public static final InspLotSerialNumberField<String> INSPECTION_LOT
      Use with available fluent helpers to apply the InspectionLot field to query operations.
    • SERIAL_NUMBER

      public static final InspLotSerialNumberField<String> SERIAL_NUMBER
      Use with available fluent helpers to apply the SerialNumber field to query operations.
  • Constructor Details

    • InspLotSerialNumber

      public InspLotSerialNumber()
    • InspLotSerialNumber

      public InspLotSerialNumber(@Nullable String inspectionLot, @Nullable String serialNumber)
  • Method Details