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