Class REContractTypeText.REContractTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontracttype.REContractTypeText.REContractTypeTextBuilder
- Enclosing class:
- REContractTypeText
Helper class to allow for fluent creation of REContractTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2reContractType(REContractType value) Navigation property _REContractType for REContractTypeText to single REContractType.rEContractType(String rEContractType) (Key Field) Constraints: Not nullable, Maximum length: 4rEContractTypeName(String rEContractTypeName) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
reContractType
Navigation property _REContractType for REContractTypeText to single REContractType.- Parameters:
value- The REContractType to build this REContractTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
rEContractType
@Nonnull public REContractTypeText.REContractTypeTextBuilder rEContractType(@Nullable String rEContractType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REContractType
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
rEContractTypeName
@Nonnull public REContractTypeText.REContractTypeTextBuilder rEContractTypeName(@Nullable String rEContractTypeName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: REContractTypeName
- Returns:
this.
-
build
-
toString
-