Class InspLotSerialNumber.InspLotSerialNumberBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.InspLotSerialNumber.InspLotSerialNumberBuilder
- Enclosing class:
- InspLotSerialNumber
-
Method Summary
Modifier and TypeMethodDescriptionbuild()inspectionLot(String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12serialNumber(String serialNumber) (Key Field) Constraints: Not nullable, Maximum length: 18toString()
-
Method Details
-
inspectionLot
@Nonnull public InspLotSerialNumber.InspLotSerialNumberBuilder inspectionLot(@Nullable String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: InspectionLot
- Returns:
this.
-
serialNumber
@Nonnull public InspLotSerialNumber.InspLotSerialNumberBuilder serialNumber(@Nullable String serialNumber) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SerialNumber
- Returns:
this.
-
build
-
toString
-