Class REContrValuationCondition.REContrValuationConditionBuilder
- Enclosing class:
- REContrValuationCondition
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()internalRealEstateNumber(String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13rEConditionType(String rEConditionType) (Key Field) Constraints: Not nullable, Maximum length: 4rEConditionValidityEndDate(LocalDate rEConditionValidityEndDate) Constraints: NullablerEConditionValidityStartDate(LocalDate rEConditionValidityStartDate) (Key Field) Constraints: Not nullablereContract(REContract value) Navigation property _REContract for REContrValuationCondition to single REContract.rEExtConditionPurpose(String rEExtConditionPurpose) (Key Field) Constraints: Not nullable, Maximum length: 4rEInfoText(String rEInfoText) Constraints: Not nullable, Maximum length: 100rEIsValuationCndnConsdtn(Boolean rEIsValuationCndnConsdtn) Constraints: Not nullablerEStatusObjectCalculation(String rEStatusObjectCalculation) (Key Field) Constraints: Not nullable, Maximum length: 22rETermName(String rETermName) Constraints: Not nullable, Maximum length: 60rETermNumber(String rETermNumber) (Key Field) Constraints: Not nullable, Maximum length: 4rEValuationCndnConsdtn(String rEValuationCndnConsdtn) Constraints: Not nullable, Maximum length: 1rEValuationCndnProperty(String rEValuationCndnProperty) Constraints: Not nullable, Maximum length: 1rEValuationCndnShareAbsltAmt(BigDecimal rEValuationCndnShareAbsltAmt) Constraints: Not nullable, Precision: 15, Scale: 0rEValuationCndnSharePercent(BigDecimal rEValuationCndnSharePercent) Constraints: Not nullable, Precision: 7, Scale: 4rEValuationCndnStatus(String rEValuationCndnStatus) Constraints: Not nullable, Maximum length: 1rEValuationCurrency(String rEValuationCurrency) Constraints: Not nullable, Maximum length: 3toString()validityEndDate(LocalDate validityEndDate) Constraints: NullablevalidityStartDate(LocalDate validityStartDate) Constraints: NullablevalidityStartEndDateValue(String validityStartEndDateValue) (Key Field) Constraints: Not nullable, Maximum length: 16
-
Method Details
-
reContract
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder reContract(REContract value) Navigation property _REContract for REContrValuationCondition to single REContract.- Parameters:
value- The REContract to build this REContrValuationCondition with.- Returns:
- This Builder to allow for a fluent interface.
-
internalRealEstateNumber
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder internalRealEstateNumber(@Nullable String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Returns:
this.
-
rETermNumber
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rETermNumber(@Nullable String rETermNumber) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RETermNumber
- Returns:
this.
-
validityStartEndDateValue
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder validityStartEndDateValue(@Nullable String validityStartEndDateValue) (Key Field) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: ValidityStartEndDateValue
- Returns:
this.
-
rEConditionType
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEConditionType(@Nullable String rEConditionType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REConditionType
- Returns:
this.
-
rEConditionValidityStartDate
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEConditionValidityStartDate(@Nullable LocalDate rEConditionValidityStartDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: REConditionValidityStartDate
- Returns:
this.
-
rEExtConditionPurpose
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEExtConditionPurpose(@Nullable String rEExtConditionPurpose) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REExtConditionPurpose
- Returns:
this.
-
rEStatusObjectCalculation
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEStatusObjectCalculation(@Nullable String rEStatusObjectCalculation) (Key Field) Constraints: Not nullable, Maximum length: 22Original property name from the Odata EDM: REStatusObjectCalculation
- Returns:
this.
-
rETermName
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rETermName(@Nullable String rETermName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: RETermName
- Returns:
this.
-
validityStartDate
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder validityEndDate(@Nullable LocalDate validityEndDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
rEConditionValidityEndDate
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEConditionValidityEndDate(@Nullable LocalDate rEConditionValidityEndDate) Constraints: NullableOriginal property name from the Odata EDM: REConditionValidityEndDate
- Returns:
this.
-
rEValuationCndnProperty
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEValuationCndnProperty(@Nullable String rEValuationCndnProperty) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: REValuationCndnProperty
- Returns:
this.
-
rEValuationCndnConsdtn
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEValuationCndnConsdtn(@Nullable String rEValuationCndnConsdtn) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: REValuationCndnConsdtn
- Returns:
this.
-
rEIsValuationCndnConsdtn
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEIsValuationCndnConsdtn(@Nullable Boolean rEIsValuationCndnConsdtn) Constraints: Not nullableOriginal property name from the Odata EDM: REIsValuationCndnConsdtn
- Returns:
this.
-
rEValuationCurrency
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEValuationCurrency(@Nullable String rEValuationCurrency) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: REValuationCurrency
- Returns:
this.
-
rEValuationCndnStatus
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEValuationCndnStatus(@Nullable String rEValuationCndnStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: REValuationCndnStatus
- Returns:
this.
-
rEInfoText
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder rEInfoText(@Nullable String rEInfoText) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: REInfoText
- Returns:
this.
-
_Messages
@Nonnull public REContrValuationCondition.REContrValuationConditionBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-