Class RequestForQuotationBidder.RequestForQuotationBidderBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.RequestForQuotationBidder.RequestForQuotationBidderBuilder
- Enclosing class:
- RequestForQuotationBidder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()partnerCounter(String partnerCounter) (Key Field) Constraints: Not nullable, Maximum length: 3partnerFunction(String partnerFunction) Constraints: Not nullable, Maximum length: 2requestForQuotation(String requestForQuotation) (Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
requestForQuotation
@Nonnull public RequestForQuotationBidder.RequestForQuotationBidderBuilder requestForQuotation(@Nullable String requestForQuotation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RequestForQuotation
- Returns:
this.
-
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) 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
-