Class REIntegObjectMeasurement.REIntegObjectMeasurementBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestateintegrationobject.REIntegObjectMeasurement.REIntegObjectMeasurementBuilder
- Enclosing class:
- REIntegObjectMeasurement
-
Method Summary
Modifier and TypeMethodDescriptionbuild()internalRealEstateNumber(String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13rEMeasurementIsTotal(Boolean rEMeasurementIsTotal) Constraints: Not nullablerEMeasurementQuantity(BigDecimal rEMeasurementQuantity) Constraints: Not nullable, Precision: 17, Scale: 4rEMeasurementType(String rEMeasurementType) (Key Field) Constraints: Not nullable, Maximum length: 4rEMeasurementUnit(String rEMeasurementUnit) Constraints: Not nullable, Maximum length: 3toString()validityEndDate(LocalDate validityEndDate) (Key Field) Constraints: Not nullablevalidityStartDate(LocalDate validityStartDate) Constraints: Nullable
-
Method Details
-
internalRealEstateNumber
@Nonnull public REIntegObjectMeasurement.REIntegObjectMeasurementBuilder internalRealEstateNumber(@Nullable String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Returns:
this.
-
rEMeasurementType
@Nonnull public REIntegObjectMeasurement.REIntegObjectMeasurementBuilder rEMeasurementType(@Nullable String rEMeasurementType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REMeasurementType
- Returns:
this.
-
validityEndDate
@Nonnull public REIntegObjectMeasurement.REIntegObjectMeasurementBuilder validityEndDate(@Nullable LocalDate validityEndDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
validityStartDate
@Nonnull public REIntegObjectMeasurement.REIntegObjectMeasurementBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
rEMeasurementQuantity
@Nonnull public REIntegObjectMeasurement.REIntegObjectMeasurementBuilder rEMeasurementQuantity(@Nullable BigDecimal rEMeasurementQuantity) Constraints: Not nullable, Precision: 17, Scale: 4Original property name from the Odata EDM: REMeasurementQuantity
- Returns:
this.
-
rEMeasurementUnit
@Nonnull public REIntegObjectMeasurement.REIntegObjectMeasurementBuilder rEMeasurementUnit(@Nullable String rEMeasurementUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: REMeasurementUnit
- Returns:
this.
-
rEMeasurementIsTotal
@Nonnull public REIntegObjectMeasurement.REIntegObjectMeasurementBuilder rEMeasurementIsTotal(@Nullable Boolean rEMeasurementIsTotal) Constraints: Not nullableOriginal property name from the Odata EDM: REMeasurementIsTotal
- Returns:
this.
-
build
-
toString
-