public static final class SalesQuotationPartner.SalesQuotationPartnerBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SalesQuotationPartner |
build() |
SalesQuotationPartner.SalesQuotationPartnerBuilder |
contactPerson(String contactPerson) |
SalesQuotationPartner.SalesQuotationPartnerBuilder |
customer(String customer) |
SalesQuotationPartner.SalesQuotationPartnerBuilder |
partnerFunction(String partnerFunction) |
SalesQuotationPartner.SalesQuotationPartnerBuilder |
personnel(String personnel) |
SalesQuotationPartner.SalesQuotationPartnerBuilder |
salesQuotation(SalesQuotation value) |
SalesQuotationPartner.SalesQuotationPartnerBuilder |
salesQuotation(String value) |
SalesQuotationPartner.SalesQuotationPartnerBuilder |
supplier(String supplier) |
String |
toString() |
@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder salesQuotation(SalesQuotation value)
@Nonnull public SalesQuotationPartner.SalesQuotationPartnerBuilder salesQuotation(String value)
public SalesQuotationPartner.SalesQuotationPartnerBuilder partnerFunction(String partnerFunction)
public SalesQuotationPartner.SalesQuotationPartnerBuilder customer(String customer)
public SalesQuotationPartner.SalesQuotationPartnerBuilder supplier(String supplier)
public SalesQuotationPartner.SalesQuotationPartnerBuilder personnel(String personnel)
public SalesQuotationPartner.SalesQuotationPartnerBuilder contactPerson(String contactPerson)
public SalesQuotationPartner build()
Copyright © 2019 SAP SE. All rights reserved.