java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.storagelocationsubstitutionexclusion.SLocExclsn.SLocExclsnBuilder
Enclosing class:
SLocExclsn

public static class SLocExclsn.SLocExclsnBuilder extends Object
  • Method Details

    • mDSubstnUUID

      @Nonnull public SLocExclsn.SLocExclsnBuilder mDSubstnUUID(@Nullable UUID mDSubstnUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnUUID

      Returns:
      this.
    • storageLocation

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

      Original property name from the Odata EDM: StorageLocation

      Returns:
      this.
    • plant

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

      Original property name from the Odata EDM: Plant

      Returns:
      this.
    • mDSubstnGroup

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

      Original property name from the Odata EDM: MDSubstnGroup

      Returns:
      this.
    • mDSubstnValidityStartDate

      @Nonnull public SLocExclsn.SLocExclsnBuilder mDSubstnValidityStartDate(@Nullable LocalDate mDSubstnValidityStartDate)
      Constraints: Nullable

      Original property name from the Odata EDM: MDSubstnValidityStartDate

      Returns:
      this.
    • mDSubstnValidityStartTime

      @Nonnull public SLocExclsn.SLocExclsnBuilder mDSubstnValidityStartTime(@Nullable LocalTime mDSubstnValidityStartTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnValidityStartTime

      Returns:
      this.
    • mDSubstnValidityEndDate

      @Nonnull public SLocExclsn.SLocExclsnBuilder mDSubstnValidityEndDate(@Nullable LocalDate mDSubstnValidityEndDate)
      Constraints: Nullable

      Original property name from the Odata EDM: MDSubstnValidityEndDate

      Returns:
      this.
    • mDSubstnValidityEndTime

      @Nonnull public SLocExclsn.SLocExclsnBuilder mDSubstnValidityEndTime(@Nullable LocalTime mDSubstnValidityEndTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnValidityEndTime

      Returns:
      this.
    • timeZoneID

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

      Original property name from the Odata EDM: TimeZoneID

      Returns:
      this.
    • mDSubstnReason

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

      Original property name from the Odata EDM: MDSubstnReason

      Returns:
      this.
    • mDSubstnStatus

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

      Original property name from the Odata EDM: MDSubstnStatus

      Returns:
      this.
    • createdByUser

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

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      this.
    • creationDateTime

      @Nonnull public SLocExclsn.SLocExclsnBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      this.
    • lastChangedByUser

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

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      this.
    • lastChangeDateTime

      @Nonnull public SLocExclsn.SLocExclsnBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public SLocExclsn build()
    • toString

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