public static final class SalesQuotationPartner.SalesQuotationPartnerBuilder extends Object
@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder salesQuotation(SalesQuotation value)
value
- The SalesQuotation to build this SalesQuotationPartner with.@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder salesQuotation(String value)
Original property name from the Odata EDM: SalesQuotation
value
- The salesQuotation to build this SalesQuotationPartner with.@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder partnerFunction(@Nullable String partnerFunction)
Original property name from the Odata EDM: PartnerFunction
this
.@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
this
.@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder supplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
this
.@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder personnel(@Nullable String personnel)
Original property name from the Odata EDM: Personnel
this
.@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder contactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
this
.@Nonnull public SalesQuotationPartner build()
Copyright © 2021 SAP SE. All rights reserved.