Class REIntegObjectTimeline.REIntegObjectTimelineBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestateintegrationobject.REIntegObjectTimeline.REIntegObjectTimelineBuilder
- Enclosing class:
- REIntegObjectTimeline
Helper class to allow for fluent creation of REIntegObjectTimeline instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()internalRealEstateNumber(String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13rEIntegObjectStatus(String rEIntegObjectStatus) Constraints: Not nullable, Maximum length: 4rEIntegObjectTimelineUUID(UUID rEIntegObjectTimelineUUID) (Key Field) Constraints: Not nullablerEIntegObjectUsageType(String rEIntegObjectUsageType) Constraints: Not nullable, Maximum length: 4rEIntegrationObjectIsActive(Boolean rEIntegrationObjectIsActive) Constraints: Not nullableNavigation property _REIntegrationObjectTP for REIntegObjectTimeline to single REIntegrationObject.toString()validityEndDate(LocalDate validityEndDate) Constraints: NullablevalidityStartDate(LocalDate validityStartDate) Constraints: NullablevalidityStartEndDateValue(String validityStartEndDateValue) Constraints: Not nullable, Maximum length: 16
-
Method Details
-
reIntegrationObjectTP
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder reIntegrationObjectTP(REIntegrationObject value) Navigation property _REIntegrationObjectTP for REIntegObjectTimeline to single REIntegrationObject.- Parameters:
value- The REIntegrationObject to build this REIntegObjectTimeline with.- Returns:
- This Builder to allow for a fluent interface.
-
rEIntegObjectTimelineUUID
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder rEIntegObjectTimelineUUID(@Nullable UUID rEIntegObjectTimelineUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: REIntegObjectTimelineUUID
- Returns:
this.
-
internalRealEstateNumber
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder internalRealEstateNumber(@Nullable String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Returns:
this.
-
validityStartDate
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder validityStartDate(@Nullable LocalDate validityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder validityEndDate(@Nullable LocalDate validityEndDate) Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
validityStartEndDateValue
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder validityStartEndDateValue(@Nullable String validityStartEndDateValue) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: ValidityStartEndDateValue
- Returns:
this.
-
rEIntegrationObjectIsActive
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder rEIntegrationObjectIsActive(@Nullable Boolean rEIntegrationObjectIsActive) Constraints: Not nullableOriginal property name from the Odata EDM: REIntegrationObjectIsActive
- Returns:
this.
-
rEIntegObjectUsageType
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder rEIntegObjectUsageType(@Nullable String rEIntegObjectUsageType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REIntegObjectUsageType
- Returns:
this.
-
rEIntegObjectStatus
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder rEIntegObjectStatus(@Nullable String rEIntegObjectStatus) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: REIntegObjectStatus
- Returns:
this.
-
_Messages
@Nonnull public REIntegObjectTimeline.REIntegObjectTimelineBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-