Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.soldtopartyassignmentofsalesschedulingagreement
Class DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.soldtopartyassignmentofsalesschedulingagreement.DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder
- Enclosing class:
- DelivSchedSoldToPartyDetn
-
Method Summary
Modifier and TypeMethodDescriptionbuild()partnerDescription(String partnerDescription) (Key Field) Constraints: Not nullable, Maximum length: 30soldToParty(String soldToParty) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 17toString()unloadingPointName(String unloadingPointName) (Key Field) Constraints: Not nullable, Maximum length: 25
-
Method Details
-
supplier
@Nonnull public DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder supplier(@Nullable String supplier) (Key Field) Constraints: Not nullable, Maximum length: 17Original property name from the Odata EDM: Supplier
- Returns:
this.
-
partnerDescription
@Nonnull public DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder partnerDescription(@Nullable String partnerDescription) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PartnerDescription
- Returns:
this.
-
unloadingPointName
@Nonnull public DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder unloadingPointName(@Nullable String unloadingPointName) (Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: UnloadingPointName
- Returns:
this.
-
soldToParty
@Nonnull public DelivSchedSoldToPartyDetn.DelivSchedSoldToPartyDetnBuilder soldToParty(@Nullable String soldToParty) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SoldToParty
- Returns:
this.
-
build
-
toString
-