Class CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder
- Enclosing class:
- CustomerSupplierCountryText
public static final class CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder
extends Object
Helper class to allow for fluent creation of CustomerSupplierCountryText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnCountry for CustomerSupplierCountryText to single CustomerSupplierCountry.(Key Field) Constraints: Not nullable, Maximum length: 3customerSupplierCountryText(String customerSupplierCountryText) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnCountry
@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder cnsldtnCountry(CustomerSupplierCountry value) Navigation property to_CnsldtnCountry for CustomerSupplierCountryText to single CustomerSupplierCountry.- Parameters:
value- The CustomerSupplierCountry to build this CustomerSupplierCountryText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
country
@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder country(@Nullable String country) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
customerSupplierCountryText
@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder customerSupplierCountryText(@Nullable String customerSupplierCountryText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: CustomerSupplierCountryText
- Returns:
this.
-
build
-
toString
-