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