Class PackingInstructionText.PackingInstructionTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction.PackingInstructionText.PackingInstructionTextBuilder
- Enclosing class:
- PackingInstructionText
Helper class to allow for fluent creation of PackingInstructionText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_PackingInstructionHeader for PackingInstructionText to single PackingInstructionHeader.packingInstructionSystemUUID(UUID packingInstructionSystemUUID) (Key Field) Constraints: Not nullablepackingInstructionText(String packingInstructionText) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
packingInstructionHeader
@Nonnull public PackingInstructionText.PackingInstructionTextBuilder packingInstructionHeader(PackingInstructionHeader value) Navigation property to_PackingInstructionHeader for PackingInstructionText to single PackingInstructionHeader.- Parameters:
value- The PackingInstructionHeader to build this PackingInstructionText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public PackingInstructionText.PackingInstructionTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
packingInstructionSystemUUID
@Nonnull public PackingInstructionText.PackingInstructionTextBuilder packingInstructionSystemUUID(@Nullable UUID packingInstructionSystemUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PackingInstructionSystemUUID
- Returns:
this.
-
packingInstructionText
@Nonnull public PackingInstructionText.PackingInstructionTextBuilder packingInstructionText(@Nullable String packingInstructionText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: PackingInstructionText
- Returns:
this.
-
build
-
toString
-