Class SlsOrdWthoutChrgItmText.SlsOrdWthoutChrgItmTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorderwithoutcharge.SlsOrdWthoutChrgItmText.SlsOrdWthoutChrgItmTextBuilder
Enclosing class:
SlsOrdWthoutChrgItmText

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

    • salesOrderWithoutCharge

      Navigation property to_SalesOrderWithoutCharge for SlsOrdWthoutChrgItmText to single SalesOrderWithoutCharge.
      Parameters:
      value - The SalesOrderWithoutCharge to build this SlsOrdWthoutChrgItmText with.
      Returns:
      This Builder to allow for a fluent interface.
    • salesOrderWithoutCharge

      @Nonnull public SlsOrdWthoutChrgItmText.SlsOrdWthoutChrgItmTextBuilder salesOrderWithoutCharge(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SalesOrderWithoutCharge

      Parameters:
      value - The salesOrderWithoutCharge to build this SlsOrdWthoutChrgItmText with.
      Returns:
      This Builder to allow for a fluent interface.
    • salesOrderWithoutChargeItem

      @Nonnull public SlsOrdWthoutChrgItmText.SlsOrdWthoutChrgItmTextBuilder salesOrderWithoutChargeItem(SalesOrderWithoutChargeItem value)
      Navigation property to_SalesOrderWithoutChargeItem for SlsOrdWthoutChrgItmText to single SalesOrderWithoutChargeItem.
      Parameters:
      value - The SalesOrderWithoutChargeItem to build this SlsOrdWthoutChrgItmText with.
      Returns:
      This Builder to allow for a fluent interface.
    • salesOrderWithoutChargeItem

      @Nonnull public SlsOrdWthoutChrgItmText.SlsOrdWthoutChrgItmTextBuilder salesOrderWithoutChargeItem(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SalesOrderWithoutChargeItem

      Parameters:
      value - The salesOrderWithoutChargeItem to build this SlsOrdWthoutChrgItmText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • longTextID

      @Nonnull public SlsOrdWthoutChrgItmText.SlsOrdWthoutChrgItmTextBuilder longTextID(@Nullable String longTextID)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: LongTextID

      Returns:
      this.
    • longText

      @Nonnull public SlsOrdWthoutChrgItmText.SlsOrdWthoutChrgItmTextBuilder longText(@Nullable String longText)
      Constraints: none

      Original property name from the Odata EDM: LongText

      Returns:
      this.
    • build

      @Nonnull public SlsOrdWthoutChrgItmText build()
    • toString

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