Class BatchCharc.BatchCharcBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchCharc.BatchCharcBuilder
- Enclosing class:
- BatchCharc
Helper class to allow for fluent creation of BatchCharc instances.
-
Method Summary
Modifier and TypeMethodDescriptionNavigation property to_Batch for BatchCharc to single Batch.(Key Field) Constraints: Not nullable, Maximum length: 10batchCharcValue(BatchCharcValue... value) Navigation property to_BatchCharcValue for BatchCharc to multiple BatchCharcValue.batchIdentifyingPlant(String batchIdentifyingPlant) (Key Field) Constraints: Not nullable, Maximum length: 4build()charcInternalID(String charcInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10lastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7(Key Field) Constraints: Not nullable, Maximum length: 18toString()
-
Method Details
-
batch
Navigation property to_Batch for BatchCharc to single Batch.- Parameters:
value- The Batch to build this BatchCharc 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 BatchCharc with.- Returns:
- This Builder to allow for a fluent interface.
-
batchCharcValue
Navigation property to_BatchCharcValue for BatchCharc to multiple BatchCharcValue.- Parameters:
value- The BatchCharcValues to build this BatchCharc 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 BatchCharc.BatchCharcBuilder batchIdentifyingPlant(@Nullable String batchIdentifyingPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BatchIdentifyingPlant
- Returns:
this.
-
charcInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
this.
-
lastChangeDateTime
@Nonnull public BatchCharc.BatchCharcBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-