Class BatchClass.BatchClassBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchClass.BatchClassBuilder
- Enclosing class:
- BatchClass
Helper class to allow for fluent creation of BatchClass instances.
-
Method Summary
Modifier and TypeMethodDescriptionNavigation property to_Batch for BatchClass to single Batch.(Key Field) Constraints: Not nullable, Maximum length: 10batchIdentifyingPlant(String batchIdentifyingPlant) (Key Field) Constraints: Not nullable, Maximum length: 4build()classInternalID(String classInternalID) 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 BatchClass to single Batch.- Parameters:
value- The Batch to build this BatchClass 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 BatchClass 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 BatchClass.BatchClassBuilder batchIdentifyingPlant(@Nullable String batchIdentifyingPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BatchIdentifyingPlant
- Returns:
this.
-
classInternalID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
this.
-
lastChangeDateTime
@Nonnull public BatchClass.BatchClassBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-