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