Class BatchCharc.BatchCharcBuilder

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

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

    • batch

      @Nonnull public BatchCharc.BatchCharcBuilder batch(Batch value)
      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

      @Nonnull public BatchCharc.BatchCharcBuilder 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 BatchCharc with.
      Returns:
      This Builder to allow for a fluent interface.
    • batchCharcValue

      @Nonnull public BatchCharc.BatchCharcBuilder batchCharcValue(BatchCharcValue... value)
      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

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

      Original 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: 4

      Original property name from the Odata EDM: BatchIdentifyingPlant

      Returns:
      this.
    • charcInternalID

      @Nonnull public BatchCharc.BatchCharcBuilder charcInternalID(@Nullable String charcInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CharcInternalID

      Returns:
      this.
    • lastChangeDateTime

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

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • build

      @Nonnull public BatchCharc build()
    • toString

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