java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plantsubstitutionexclusion.PlantExclsn.PlantExclsnBuilder
Enclosing class:
PlantExclsn

public static class PlantExclsn.PlantExclsnBuilder extends Object
  • Method Details

    • mDSubstnUUID

      @Nonnull public PlantExclsn.PlantExclsnBuilder mDSubstnUUID(@Nullable UUID mDSubstnUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnUUID

      Returns:
      this.
    • plant

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

      Original property name from the Odata EDM: Plant

      Returns:
      this.
    • salesOrganization

      @Nonnull public PlantExclsn.PlantExclsnBuilder salesOrganization(@Nullable String salesOrganization)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SalesOrganization

      Returns:
      this.
    • distributionChannel

      @Nonnull public PlantExclsn.PlantExclsnBuilder distributionChannel(@Nullable String distributionChannel)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DistributionChannel

      Returns:
      this.
    • mDSubstnGroup

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

      Original property name from the Odata EDM: MDSubstnGroup

      Returns:
      this.
    • mDSubstnValidityStartDate

      @Nonnull public PlantExclsn.PlantExclsnBuilder mDSubstnValidityStartDate(@Nullable LocalDate mDSubstnValidityStartDate)
      Constraints: Nullable

      Original property name from the Odata EDM: MDSubstnValidityStartDate

      Returns:
      this.
    • mDSubstnValidityStartTime

      @Nonnull public PlantExclsn.PlantExclsnBuilder mDSubstnValidityStartTime(@Nullable LocalTime mDSubstnValidityStartTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnValidityStartTime

      Returns:
      this.
    • mDSubstnValidityEndDate

      @Nonnull public PlantExclsn.PlantExclsnBuilder mDSubstnValidityEndDate(@Nullable LocalDate mDSubstnValidityEndDate)
      Constraints: Nullable

      Original property name from the Odata EDM: MDSubstnValidityEndDate

      Returns:
      this.
    • mDSubstnValidityEndTime

      @Nonnull public PlantExclsn.PlantExclsnBuilder mDSubstnValidityEndTime(@Nullable LocalTime mDSubstnValidityEndTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: MDSubstnValidityEndTime

      Returns:
      this.
    • timeZoneID

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

      Original property name from the Odata EDM: TimeZoneID

      Returns:
      this.
    • mDSubstnReason

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

      Original property name from the Odata EDM: MDSubstnReason

      Returns:
      this.
    • mDSubstnStatus

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

      Original property name from the Odata EDM: MDSubstnStatus

      Returns:
      this.
    • createdByUser

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

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      this.
    • creationDateTime

      @Nonnull public PlantExclsn.PlantExclsnBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      this.
    • lastChangedByUser

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

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      this.
    • lastChangeDateTime

      @Nonnull public PlantExclsn.PlantExclsnBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime)
      Constraints: Nullable, Precision: 7

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public PlantExclsn build()
    • toString

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