Class SalesDocumentProposalItem.SalesDocumentProposalItemBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.intelligentproductproposal.SalesDocumentProposalItem.SalesDocumentProposalItemBuilder
- Enclosing class:
- SalesDocumentProposalItem
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 10build()distributionChannel(String distributionChannel) (Key Field) Constraints: Not nullable, Maximum length: 2orderQuantity(BigDecimal orderQuantity) Constraints: Not nullable, Precision: 15, Scale: 3orderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3organizationDivision(String organizationDivision) (Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 40salesDocumentType(String salesDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 4salesGroup(String salesGroup) (Key Field) Constraints: Not nullable, Maximum length: 3salesOffice(String salesOffice) (Key Field) Constraints: Not nullable, Maximum length: 4salesOrganization(String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4soldToParty(String soldToParty) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
salesOrganization
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder salesOrganization(@Nullable String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Returns:
this.
-
distributionChannel
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder distributionChannel(@Nullable String distributionChannel) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Returns:
this.
-
organizationDivision
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder organizationDivision(@Nullable String organizationDivision) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: OrganizationDivision
- Returns:
this.
-
salesGroup
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder salesGroup(@Nullable String salesGroup) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SalesGroup
- Returns:
this.
-
salesOffice
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder salesOffice(@Nullable String salesOffice) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOffice
- Returns:
this.
-
soldToParty
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder soldToParty(@Nullable String soldToParty) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SoldToParty
- Returns:
this.
-
salesDocumentType
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder salesDocumentType(@Nullable String salesDocumentType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesDocumentType
- Returns:
this.
-
product
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder product(@Nullable String product) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
this.
-
batch
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder batch(@Nullable String batch) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Returns:
this.
-
orderQuantity
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder orderQuantity(@Nullable BigDecimal orderQuantity) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: OrderQuantity
- Returns:
this.
-
orderQuantityUnit
@Nonnull public SalesDocumentProposalItem.SalesDocumentProposalItemBuilder orderQuantityUnit(@Nullable String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
this.
-
build
-
toString
-