Class FailedMeasurementReading.FailedMeasurementReadingBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.measurementdocument.FailedMeasurementReading.FailedMeasurementReadingBuilder
- Enclosing class:
- FailedMeasurementReading
Helper class to allow for fluent creation of FailedMeasurementReading instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()Navigation property _MeasurementDocument for FailedMeasurementReading to single MeasurementDocument.measurementReadingDateTime(OffsetDateTime measurementReadingDateTime) Constraints: NullablemeasuringPoint(String measuringPoint) (Key Field) Constraints: Not nullable, Maximum length: 12msmtRdngDate(LocalDate msmtRdngDate) (Key Field) Constraints: Not nullablemsmtRdngSourceMeasurementDoc(String msmtRdngSourceMeasurementDoc) (Key Field) Constraints: Not nullable, Maximum length: 20msmtRdngTime(LocalTime msmtRdngTime) (Key Field) Constraints: Not nullablemsmtRdngTransfFailedMsgNumber(String msmtRdngTransfFailedMsgNumber) Constraints: Not nullable, Maximum length: 3toString()
-
Method Details
-
measurementDocument
@Nonnull public FailedMeasurementReading.FailedMeasurementReadingBuilder measurementDocument(MeasurementDocument value) Navigation property _MeasurementDocument for FailedMeasurementReading to single MeasurementDocument.- Parameters:
value- The MeasurementDocument to build this FailedMeasurementReading with.- Returns:
- This Builder to allow for a fluent interface.
-
msmtRdngDate
@Nonnull public FailedMeasurementReading.FailedMeasurementReadingBuilder msmtRdngDate(@Nullable LocalDate msmtRdngDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MsmtRdngDate
- Returns:
this.
-
msmtRdngTime
@Nonnull public FailedMeasurementReading.FailedMeasurementReadingBuilder msmtRdngTime(@Nullable LocalTime msmtRdngTime) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MsmtRdngTime
- Returns:
this.
-
msmtRdngSourceMeasurementDoc
@Nonnull public FailedMeasurementReading.FailedMeasurementReadingBuilder msmtRdngSourceMeasurementDoc(@Nullable String msmtRdngSourceMeasurementDoc) (Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MsmtRdngSourceMeasurementDoc
- Returns:
this.
-
measuringPoint
@Nonnull public FailedMeasurementReading.FailedMeasurementReadingBuilder measuringPoint(@Nullable String measuringPoint) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MeasuringPoint
- Returns:
this.
-
msmtRdngTransfFailedMsgNumber
@Nonnull public FailedMeasurementReading.FailedMeasurementReadingBuilder msmtRdngTransfFailedMsgNumber(@Nullable String msmtRdngTransfFailedMsgNumber) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: MsmtRdngTransfFailedMsgNumber
- Returns:
this.
-
measurementReadingDateTime
@Nonnull public FailedMeasurementReading.FailedMeasurementReadingBuilder measurementReadingDateTime(@Nullable OffsetDateTime measurementReadingDateTime) Constraints: NullableOriginal property name from the Odata EDM: MeasurementReadingDateTime
- Returns:
this.
-
_Messages
@Nonnull public FailedMeasurementReading.FailedMeasurementReadingBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-