Class BatchPlant.BatchPlantBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchPlant.BatchPlantBuilder
Enclosing class:
BatchPlant

public static final class BatchPlant.BatchPlantBuilder extends Object
Helper class to allow for fluent creation of BatchPlant instances.
  • Method Details

    • batch

      @Nonnull public BatchPlant.BatchPlantBuilder batch(Batch value)
      Navigation property to_Batch for BatchPlant to single Batch.
      Parameters:
      value - The Batch to build this BatchPlant with.
      Returns:
      This Builder to allow for a fluent interface.
    • batch

      @Nonnull public BatchPlant.BatchPlantBuilder batch(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Batch

      Parameters:
      value - The batch to build this BatchPlant with.
      Returns:
      This Builder to allow for a fluent interface.
    • material

      @Nonnull public BatchPlant.BatchPlantBuilder material(@Nullable String material)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Material

      Returns:
      this.
    • plant

      @Nonnull public BatchPlant.BatchPlantBuilder plant(@Nullable String plant)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Plant

      Returns:
      this.
    • batchIdentifyingPlant

      @Nonnull public BatchPlant.BatchPlantBuilder batchIdentifyingPlant(@Nullable String batchIdentifyingPlant)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BatchIdentifyingPlant

      Returns:
      this.
    • inventoryValuationType

      @Nonnull public BatchPlant.BatchPlantBuilder inventoryValuationType(@Nullable String inventoryValuationType)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: InventoryValuationType

      Returns:
      this.
    • lastChangeDateTime

      @Nonnull public BatchPlant.BatchPlantBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • build

      @Nonnull public BatchPlant build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object