Class REContractType.REContractTypeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype.REContractType.REContractTypeBuilder
Enclosing class:
REContractType

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

    • text

      Navigation property _Text for REContractType to multiple REContractTypeText.
      Parameters:
      value - The REContractTypeTexts to build this REContractType with.
      Returns:
      This Builder to allow for a fluent interface.
    • rEContractType

      @Nonnull public REContractType.REContractTypeBuilder rEContractType(@Nullable String rEContractType)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: REContractType

      Returns:
      this.
    • rEContractTypeName

      @Nonnull public REContractType.REContractTypeBuilder rEContractTypeName(@Nullable String rEContractTypeName)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: REContractTypeName

      Returns:
      this.
    • build

      @Nonnull public REContractType build()
    • toString

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