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