Class RequestForQuotationBidder.RequestForQuotationBidderBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.requestforquotation.RequestForQuotationBidder.RequestForQuotationBidderBuilder
- Enclosing class:
- RequestForQuotationBidder
Helper class to allow for fluent creation of RequestForQuotationBidder instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()partnerCounter(String partnerCounter) (Key Field) Constraints: Not nullable, Maximum length: 3partnerFunction(String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2Navigation property _RequestForQuotation for RequestForQuotationBidder to single RequestForQuotation.requestForQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
requestForQuotation
@Nonnull public RequestForQuotationBidder.RequestForQuotationBidderBuilder requestForQuotation(RequestForQuotation value) Navigation property _RequestForQuotation for RequestForQuotationBidder to single RequestForQuotation.- Parameters:
value- The RequestForQuotation to build this RequestForQuotationBidder with.- Returns:
- This Builder to allow for a fluent interface.
-
requestForQuotation
@Nonnull public RequestForQuotationBidder.RequestForQuotationBidderBuilder requestForQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RequestForQuotation
- Parameters:
value- The requestForQuotation to build this RequestForQuotationBidder with.- Returns:
- This Builder to allow for a fluent interface.
-
partnerCounter
@Nonnull public RequestForQuotationBidder.RequestForQuotationBidderBuilder partnerCounter(@Nullable String partnerCounter) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PartnerCounter
- Returns:
this.
-
partnerFunction
@Nonnull public RequestForQuotationBidder.RequestForQuotationBidderBuilder partnerFunction(@Nullable String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Returns:
this.
-
supplier
@Nonnull public RequestForQuotationBidder.RequestForQuotationBidderBuilder supplier(@Nullable String supplier) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
build
-
toString
-