Class LocationText.LocationTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location.LocationText.LocationTextBuilder
- Enclosing class:
- LocationText
Helper class to allow for fluent creation of LocationText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2localLastChangeDateTime(OffsetDateTime localLastChangeDateTime) Constraints: NullablelocationDescription(String locationDescription) Constraints: Not nullable, Maximum length: 40locationTP(Location value) Navigation property _LocationTP for LocationText to single Location.locationUUID(UUID locationUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
locationTP
Navigation property _LocationTP for LocationText to single Location.- Parameters:
value- The Location to build this LocationText with.- Returns:
- This Builder to allow for a fluent interface.
-
locationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LocationUUID
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
locationDescription
@Nonnull public LocationText.LocationTextBuilder locationDescription(@Nullable String locationDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: LocationDescription
- Returns:
this.
-
localLastChangeDateTime
@Nonnull public LocationText.LocationTextBuilder localLastChangeDateTime(@Nullable OffsetDateTime localLastChangeDateTime) Constraints: NullableOriginal property name from the Odata EDM: LocalLastChangeDateTime
- Returns:
this.
-
build
-
toString
-