Class IncotermsVersionText.IncotermsVersionTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm.IncotermsVersionText.IncotermsVersionTextBuilder
- Enclosing class:
- IncotermsVersionText
-
Method Summary
Modifier and TypeMethodDescriptionbuild()incotermsVersion(String incotermsVersion) (Key Field) Constraints: Not nullable, Maximum length: 4incotermsVersionName(String incotermsVersionName) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
incotermsVersion
@Nonnull public IncotermsVersionText.IncotermsVersionTextBuilder incotermsVersion(@Nullable String incotermsVersion) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: IncotermsVersion
- Returns:
this.
-
language
@Nonnull public IncotermsVersionText.IncotermsVersionTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
incotermsVersionName
@Nonnull public IncotermsVersionText.IncotermsVersionTextBuilder incotermsVersionName(@Nullable String incotermsVersionName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: IncotermsVersionName
- Returns:
this.
-
build
-
toString
-