java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestateusageenablementandoccupancygrouptype.RESpaceGroupTypeText.RESpaceGroupTypeTextBuilder
Enclosing class:
RESpaceGroupTypeText

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

    • reSpaceGroupType

      @Nonnull public RESpaceGroupTypeText.RESpaceGroupTypeTextBuilder reSpaceGroupType(RESpaceGroupType value)
      Navigation property _RESpaceGroupType for RESpaceGroupTypeText to single RESpaceGroupType.
      Parameters:
      value - The RESpaceGroupType to build this RESpaceGroupTypeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • rEIntegObjSpaceGroupType

      @Nonnull public RESpaceGroupTypeText.RESpaceGroupTypeTextBuilder rEIntegObjSpaceGroupType(@Nullable String rEIntegObjSpaceGroupType)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: REIntegObjSpaceGroupType

      Returns:
      this.
    • language

      @Nonnull public RESpaceGroupTypeText.RESpaceGroupTypeTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • rEIntegObjSpaceGroupTypeText

      @Nonnull public RESpaceGroupTypeText.RESpaceGroupTypeTextBuilder rEIntegObjSpaceGroupTypeText(@Nullable String rEIntegObjSpaceGroupTypeText)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: REIntegObjSpaceGroupTypeText

      Returns:
      this.
    • build

      @Nonnull public RESpaceGroupTypeText build()
    • toString

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