Class LocationText.LocationTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location.LocationText.LocationTextBuilder
Enclosing class:
LocationText

public static final class LocationText.LocationTextBuilder extends Object
Helper class to allow for fluent creation of LocationText instances.
  • Method Details

    • locationTP

      @Nonnull public LocationText.LocationTextBuilder locationTP(Location value)
      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

      @Nonnull public LocationText.LocationTextBuilder locationUUID(@Nullable UUID locationUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: LocationUUID

      Returns:
      this.
    • language

      @Nonnull public LocationText.LocationTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • locationDescription

      @Nonnull public LocationText.LocationTextBuilder locationDescription(@Nullable String locationDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: LocationDescription

      Returns:
      this.
    • localLastChangeDateTime

      @Nonnull public LocationText.LocationTextBuilder localLastChangeDateTime(@Nullable OffsetDateTime localLastChangeDateTime)
      Constraints: Nullable

      Original property name from the Odata EDM: LocalLastChangeDateTime

      Returns:
      this.
    • build

      @Nonnull public LocationText build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object