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