Class SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder
- Enclosing class:
- SlsQtanItemRelatedObject
Helper class to allow for fluent creation of SlsQtanItemRelatedObject instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SlsQtanItemRelatedObject to single SalesQuotation.salesQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Navigation property to_SalesQuotationItem for SlsQtanItemRelatedObject to single SalesQuotationItem.salesQuotationItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6sDDocRelatedObjectReference1(String sDDocRelatedObjectReference1) Constraints: Not nullable, Maximum length: 60sDDocRelatedObjectReference2(String sDDocRelatedObjectReference2) Constraints: Not nullable, Maximum length: 60sDDocRelatedObjectSequenceNmbr(String sDDocRelatedObjectSequenceNmbr) (Key Field) Constraints: Not nullable, Maximum length: 4sDDocRelatedObjectSystem(String sDDocRelatedObjectSystem) Constraints: Not nullable, Maximum length: 60sDDocumentRelatedObjectType(String sDDocumentRelatedObjectType) Constraints: Not nullable, Maximum length: 5toString()
-
Method Details
-
salesQuotation
@Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder salesQuotation(SalesQuotation value) 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: 10Original 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
@Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder salesQuotationItem(SalesQuotationItem value) 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: 6Original 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: 4Original property name from the Odata EDM: SDDocRelatedObjectSequenceNmbr
- Returns:
this.
-
sDDocumentRelatedObjectType
@Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocumentRelatedObjectType(@Nullable String sDDocumentRelatedObjectType) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SDDocumentRelatedObjectType
- Returns:
this.
-
sDDocRelatedObjectSystem
@Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocRelatedObjectSystem(@Nullable String sDDocRelatedObjectSystem) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SDDocRelatedObjectSystem
- Returns:
this.
-
sDDocRelatedObjectReference1
@Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocRelatedObjectReference1(@Nullable String sDDocRelatedObjectReference1) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SDDocRelatedObjectReference1
- Returns:
this.
-
sDDocRelatedObjectReference2
@Nonnull public SlsQtanItemRelatedObject.SlsQtanItemRelatedObjectBuilder sDDocRelatedObjectReference2(@Nullable String sDDocRelatedObjectReference2) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SDDocRelatedObjectReference2
- Returns:
this.
-
build
-
toString
-