Class SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.physicalinventorydocument.SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder
- Enclosing class:
- SerialNumberPhysInventoryDoc
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 18fiscalYear(String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 40physicalInventoryDocument(String physicalInventoryDocument) (Key Field) Constraints: Not nullable, Maximum length: 10physicalInventoryDocumentItem(String physicalInventoryDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 3serialNumber(String serialNumber) Constraints: Not nullable, Maximum length: 18serialNumberPhysicalInvtryType(String serialNumberPhysicalInvtryType) (Key Field) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
equipment
@Nonnull public SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder equipment(@Nullable String equipment) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Equipment
- Returns:
this.
-
fiscalYear
@Nonnull public SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder fiscalYear(@Nullable String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Returns:
this.
-
physicalInventoryDocument
@Nonnull public SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder physicalInventoryDocument(@Nullable String physicalInventoryDocument) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PhysicalInventoryDocument
- Returns:
this.
-
physicalInventoryDocumentItem
@Nonnull public SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder physicalInventoryDocumentItem(@Nullable String physicalInventoryDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PhysicalInventoryDocumentItem
- Returns:
this.
-
serialNumberPhysicalInvtryType
@Nonnull public SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder serialNumberPhysicalInvtryType(@Nullable String serialNumberPhysicalInvtryType) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SerialNumberPhysicalInvtryType
- Returns:
this.
-
material
@Nonnull public SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder material(@Nullable String material) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
this.
-
serialNumber
@Nonnull public SerialNumberPhysInventoryDoc.SerialNumberPhysInventoryDocBuilder serialNumber(@Nullable String serialNumber) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SerialNumber
- Returns:
this.
-
build
-
toString
-