Class REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestateintegrationobject.REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder
- Enclosing class:
- REIntegObjectMeasurementChg
public static final class REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder
extends Object
Helper class to allow for fluent creation of REIntegObjectMeasurementChg instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()internalRealEstateNumber(String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13Navigation property _REIntegrationObjectTP for REIntegObjectMeasurementChg to single REIntegrationObject.rEMeasurementIsTotal(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
-
reIntegrationObjectTP
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder reIntegrationObjectTP(REIntegrationObject value) Navigation property _REIntegrationObjectTP for REIntegObjectMeasurementChg to single REIntegrationObject.- Parameters:
value- The REIntegrationObject to build this REIntegObjectMeasurementChg with.- Returns:
- This Builder to allow for a fluent interface.
-
internalRealEstateNumber
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder internalRealEstateNumber(@Nullable String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Returns:
this.
-
rEMeasurementType
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder rEMeasurementType(@Nullable String rEMeasurementType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REMeasurementType
- Returns:
this.
-
validityEndDate
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder validityEndDate(@Nullable LocalDate validityEndDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
validityStartDate
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
rEMeasurementQuantity
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder rEMeasurementQuantity(@Nullable BigDecimal rEMeasurementQuantity) Constraints: Not nullable, Precision: 17, Scale: 4Original property name from the Odata EDM: REMeasurementQuantity
- Returns:
this.
-
rEMeasurementUnit
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder rEMeasurementUnit(@Nullable String rEMeasurementUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: REMeasurementUnit
- Returns:
this.
-
rEMeasurementIsTotal
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder rEMeasurementIsTotal(@Nullable Boolean rEMeasurementIsTotal) Constraints: Not nullableOriginal property name from the Odata EDM: REMeasurementIsTotal
- Returns:
this.
-
_Messages
@Nonnull public REIntegObjectMeasurementChg.REIntegObjectMeasurementChgBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-