Class PRAUnitVenture.PRAUnitVentureBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.prajointventure.PRAUnitVenture.PRAUnitVentureBuilder
Enclosing class:
PRAUnitVenture

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

    • jointVenture

      @Nonnull public PRAUnitVenture.PRAUnitVentureBuilder jointVenture(PRAVenture value)
      Navigation property _JointVenture for PRAUnitVenture to single PRAVenture.
      Parameters:
      value - The PRAVenture to build this PRAUnitVenture with.
      Returns:
      This Builder to allow for a fluent interface.
    • companyCode

      @Nonnull public PRAUnitVenture.PRAUnitVentureBuilder companyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      this.
    • pRAUnitVenture

      @Nonnull public PRAUnitVenture.PRAUnitVentureBuilder pRAUnitVenture(@Nullable String pRAUnitVenture)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: PRAUnitVenture

      Returns:
      this.
    • pRACombinedProductCode

      @Nonnull public PRAUnitVenture.PRAUnitVentureBuilder pRACombinedProductCode(@Nullable String pRACombinedProductCode)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PRACombinedProductCode

      Returns:
      this.
    • pRAUnitVentureIsUpdated

      @Nonnull public PRAUnitVenture.PRAUnitVentureBuilder pRAUnitVentureIsUpdated(@Nullable String pRAUnitVentureIsUpdated)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: PRAUnitVentureIsUpdated

      Returns:
      this.
    • build

      @Nonnull public PRAUnitVenture build()
    • toString

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