Class ProdAllocSequenceT.ProdAllocSequenceTBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productallocationsequence.ProdAllocSequenceT.ProdAllocSequenceTBuilder
Enclosing class:
ProdAllocSequenceT

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

    • prodAllocationSequenceTP

      @Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder prodAllocationSequenceTP(ProdAllocationSequence value)
      Navigation property to_ProdAllocationSequenceTP for ProdAllocSequenceT to single ProdAllocationSequence.
      Parameters:
      value - The ProdAllocationSequence to build this ProdAllocSequenceT with.
      Returns:
      This Builder to allow for a fluent interface.
    • productAllocationSequenceUUID

      @Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder productAllocationSequenceUUID(@Nullable UUID productAllocationSequenceUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ProductAllocationSequenceUUID

      Returns:
      this.
    • language

      @Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • productAllocationSequenceDesc

      @Nonnull public ProdAllocSequenceT.ProdAllocSequenceTBuilder productAllocationSequenceDesc(@Nullable String productAllocationSequenceDesc)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: ProductAllocationSequenceDesc

      Returns:
      this.
    • build

      @Nonnull public ProdAllocSequenceT build()
    • toString

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