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