Class ShipToPartyText.ShipToPartyTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ShipToPartyText.ShipToPartyTextBuilder
- Enclosing class:
- ShipToPartyText
Helper class to allow for fluent creation of ShipToPartyText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnShipToParty(ShipToParty value) Navigation property to_CnsldtnShipToParty for ShipToPartyText to single ShipToParty.(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 2shipToPartyText(String shipToPartyText) Constraints: Not nullable, Maximum length: 80toString()
-
Method Details
-
cnsldtnShipToParty
Navigation property to_CnsldtnShipToParty for ShipToPartyText to single ShipToParty.- Parameters:
value- The ShipToParty to build this ShipToPartyText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
customer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
shipToPartyText
@Nonnull public ShipToPartyText.ShipToPartyTextBuilder shipToPartyText(@Nullable String shipToPartyText) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: ShipToPartyText
- Returns:
this.
-
build
-
toString
-