Class BatchText.BatchTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchText.BatchTextBuilder
- Enclosing class:
- BatchText
Helper class to allow for fluent creation of BatchText instances.
-
Method Summary
Modifier and TypeMethodDescriptionNavigation property to_Batch for BatchText to single Batch.(Key Field) Constraints: Not nullable, Maximum length: 10batchDescription(String batchDescription) Constraints: Not nullable, Maximum length: 40batchIdentifyingPlant(String batchIdentifyingPlant) (Key Field) Constraints: Not nullable, Maximum length: 4build()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 18toString()
-
Method Details
-
batch
Navigation property to_Batch for BatchText to single Batch.- Parameters:
value- The Batch to build this BatchText with.- Returns:
- This Builder to allow for a fluent interface.
-
batch
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Parameters:
value- The batch to build this BatchText with.- Returns:
- This Builder to allow for a fluent interface.
-
material
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Material
- Returns:
this.
-
batchIdentifyingPlant
@Nonnull public BatchText.BatchTextBuilder batchIdentifyingPlant(@Nullable String batchIdentifyingPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BatchIdentifyingPlant
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
batchDescription
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BatchDescription
- Returns:
this.
-
build
-
toString
-