Class SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder
Enclosing class:
SlsQtanItemRelatedObject

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

    • salesQuotation

      Navigation property to_SalesQuotation for SlsQtanItemRelatedObject to single SalesQuotation.
      Parameters:
      value - The SalesQuotation to build this SlsQtanItemRelatedObject with.
      Returns:
      This Builder to allow for a fluent interface.
    • salesQuotation

      @Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder salesQuotation(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SalesQuotation

      Parameters:
      value - The salesQuotation to build this SlsQtanItemRelatedObject with.
      Returns:
      This Builder to allow for a fluent interface.
    • salesQuotationItem

      Navigation property to_SalesQuotationItem for SlsQtanItemRelatedObject to single SalesQuotationItem.
      Parameters:
      value - The SalesQuotationItem to build this SlsQtanItemRelatedObject with.
      Returns:
      This Builder to allow for a fluent interface.
    • salesQuotationItem

      @Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder salesQuotationItem(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SalesQuotationItem

      Parameters:
      value - The salesQuotationItem to build this SlsQtanItemRelatedObject with.
      Returns:
      This Builder to allow for a fluent interface.
    • sDDocRelatedObjectSequenceNmbr

      @Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocRelatedObjectSequenceNmbr(@Nullable String sDDocRelatedObjectSequenceNmbr)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SDDocRelatedObjectSequenceNmbr

      Returns:
      this.
    • sDDocumentRelatedObjectType

      @Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocumentRelatedObjectType(@Nullable String sDDocumentRelatedObjectType)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: SDDocumentRelatedObjectType

      Returns:
      this.
    • sDDocRelatedObjectSystem

      @Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocRelatedObjectSystem(@Nullable String sDDocRelatedObjectSystem)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: SDDocRelatedObjectSystem

      Returns:
      this.
    • sDDocRelatedObjectReference1

      @Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocRelatedObjectReference1(@Nullable String sDDocRelatedObjectReference1)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: SDDocRelatedObjectReference1

      Returns:
      this.
    • sDDocRelatedObjectReference2

      @Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocRelatedObjectReference2(@Nullable String sDDocRelatedObjectReference2)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: SDDocRelatedObjectReference2

      Returns:
      this.
    • build

      @Nonnull public SlsQtanItemRelatedObject build()
    • toString

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