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