Class SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder
- Enclosing class:
- SalesQuotationItemPartner
Helper class to allow for fluent creation of SalesQuotationItemPartner instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()contactPerson(String contactPerson) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10partnerFunction(String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 8salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SalesQuotationItemPartner to single SalesQuotation.salesQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Navigation property to_SalesQuotationItem for SalesQuotationItemPartner to single SalesQuotationItem.salesQuotationItem(String value) (Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
salesQuotation
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder salesQuotation(SalesQuotation value) Navigation property to_SalesQuotation for SalesQuotationItemPartner to single SalesQuotation.- Parameters:
value- The SalesQuotation to build this SalesQuotationItemPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotation
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder 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 SalesQuotationItemPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotationItem
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder salesQuotationItem(SalesQuotationItem value) Navigation property to_SalesQuotationItem for SalesQuotationItemPartner to single SalesQuotationItem.- Parameters:
value- The SalesQuotationItem to build this SalesQuotationItemPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
salesQuotationItem
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder 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 SalesQuotationItemPartner with.- Returns:
- This Builder to allow for a fluent interface.
-
partnerFunction
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder partnerFunction(@Nullable String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Returns:
this.
-
customer
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder customer(@Nullable String customer) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
supplier
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder supplier(@Nullable String supplier) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
personnel
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder personnel(@Nullable String personnel) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: Personnel
- Returns:
this.
-
contactPerson
@Nonnull public SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder contactPerson(@Nullable String contactPerson) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ContactPerson
- Returns:
this.
-
build
-
toString
-