java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.storagelocationsubstitution.SLocSubstn.SLocSubstnBuilder
Enclosing class:
SLocSubstn

public static class SLocSubstn.SLocSubstnBuilder extends Object
  • Method Details

    • mDSubstnUUID

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnUUID(@Nullable UUID mDSubstnUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnUUID

      Returns:
      this.
    • storageLocation

      @Nonnull public SLocSubstn.SLocSubstnBuilder storageLocation(@Nullable String storageLocation)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: StorageLocation

      Returns:
      this.
    • substituteStorageLocation

      @Nonnull public SLocSubstn.SLocSubstnBuilder substituteStorageLocation(@Nullable String substituteStorageLocation)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SubstituteStorageLocation

      Returns:
      this.
    • plant

      @Nonnull public SLocSubstn.SLocSubstnBuilder plant(@Nullable String plant)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Plant

      Returns:
      this.
    • mDSubstnGroup

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnGroup(@Nullable String mDSubstnGroup)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: MDSubstnGroup

      Returns:
      this.
    • mDSubstnIsExit

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnIsExit(@Nullable Boolean mDSubstnIsExit)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnIsExit

      Returns:
      this.
    • mDSubstnIsLeading

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnIsLeading(@Nullable Boolean mDSubstnIsLeading)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnIsLeading

      Returns:
      this.
    • mDSubstnSequenceValue

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnSequenceValue(@Nullable Short mDSubstnSequenceValue)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnSequenceValue

      Returns:
      this.
    • mDSubstnValidityStartDate

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnValidityStartDate(@Nullable LocalDate mDSubstnValidityStartDate)
      Constraints: Nullable

      Original property name from the Odata EDM: MDSubstnValidityStartDate

      Returns:
      this.
    • mDSubstnValidityStartTime

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnValidityStartTime(@Nullable LocalTime mDSubstnValidityStartTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnValidityStartTime

      Returns:
      this.
    • mDSubstnValidityEndDate

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnValidityEndDate(@Nullable LocalDate mDSubstnValidityEndDate)
      Constraints: Nullable

      Original property name from the Odata EDM: MDSubstnValidityEndDate

      Returns:
      this.
    • mDSubstnValidityEndTime

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnValidityEndTime(@Nullable LocalTime mDSubstnValidityEndTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnValidityEndTime

      Returns:
      this.
    • timeZoneID

      @Nonnull public SLocSubstn.SLocSubstnBuilder timeZoneID(@Nullable String timeZoneID)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: TimeZoneID

      Returns:
      this.
    • mDSubstnReason

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnReason(@Nullable String mDSubstnReason)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: MDSubstnReason

      Returns:
      this.
    • mDSubstnStatus

      @Nonnull public SLocSubstn.SLocSubstnBuilder mDSubstnStatus(@Nullable String mDSubstnStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: MDSubstnStatus

      Returns:
      this.
    • createdByUser

      @Nonnull public SLocSubstn.SLocSubstnBuilder createdByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      this.
    • creationDateTime

      @Nonnull public SLocSubstn.SLocSubstnBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      this.
    • lastChangedByUser

      @Nonnull public SLocSubstn.SLocSubstnBuilder lastChangedByUser(@Nullable String lastChangedByUser)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      this.
    • lastChangeDateTime

      @Nonnull public SLocSubstn.SLocSubstnBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • _Messages

      @Nonnull public SLocSubstn.SLocSubstnBuilder _Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public SLocSubstn build()
    • toString

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