Class REContractType.REContractTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype.REContractType.REContractTypeBuilder
- Enclosing class:
- REContractType
Helper class to allow for fluent creation of REContractType instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()rEContractType(String rEContractType) (Key Field) Constraints: Not nullable, Maximum length: 4rEContractTypeName(String rEContractTypeName) Constraints: Not nullable, Maximum length: 30text(REContractTypeText... value) Navigation property _Text for REContractType to multiple REContractTypeText.toString()
-
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: 4Original property name from the Odata EDM: REContractType
- Returns:
this.
-
rEContractTypeName
@Nonnull public REContractType.REContractTypeBuilder rEContractTypeName(@Nullable String rEContractTypeName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: REContractTypeName
- Returns:
this.
-
build
-
toString
-