Class IncotermsVersion.IncotermsVersionBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incoterm.IncotermsVersion.IncotermsVersionBuilder
Enclosing class:
IncotermsVersion

public static final class IncotermsVersion.IncotermsVersionBuilder extends Object
Helper class to allow for fluent creation of IncotermsVersion instances.
  • Method Details

    • incotermsVersionText

      @Nonnull public IncotermsVersion.IncotermsVersionBuilder incotermsVersionText(IncotermsVersionText... value)
      Navigation property to_IncotermsVersionText for IncotermsVersion to multiple IncotermsVersionText.
      Parameters:
      value - The IncotermsVersionTexts to build this IncotermsVersion with.
      Returns:
      This Builder to allow for a fluent interface.
    • incotermsVersion

      @Nonnull public IncotermsVersion.IncotermsVersionBuilder incotermsVersion(@Nullable String incotermsVersion)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: IncotermsVersion

      Returns:
      this.
    • build

      @Nonnull public IncotermsVersion build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object