Class ProdSubstnExclsn.ProdSubstnExclsnBuilder
- Enclosing class:
- ProdSubstnExclsn
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDateTime(OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7lastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12mDSubstnGroup(String mDSubstnGroup) Constraints: Not nullable, Maximum length: 20mDSubstnIsRlvtForATPProd(Boolean mDSubstnIsRlvtForATPProd) Constraints: Not nullablemDSubstnReason(String mDSubstnReason) Constraints: Not nullable, Maximum length: 20mDSubstnStatus(String mDSubstnStatus) Constraints: Not nullable, Maximum length: 1mDSubstnUUID(UUID mDSubstnUUID) (Key Field) Constraints: Not nullablemDSubstnValidityEndDate(LocalDate mDSubstnValidityEndDate) Constraints: NullablemDSubstnValidityEndTime(LocalTime mDSubstnValidityEndTime) Constraints: Not nullablemDSubstnValidityStartDate(LocalDate mDSubstnValidityStartDate) Constraints: NullablemDSubstnValidityStartTime(LocalTime mDSubstnValidityStartTime) Constraints: Not nullableConstraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 18timeZoneID(String timeZoneID) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
mDSubstnUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnUUID
- Returns:
this.
-
product
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
mDSubstnGroup
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder mDSubstnGroup(@Nullable String mDSubstnGroup) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Returns:
this.
-
mDSubstnValidityStartDate
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder mDSubstnValidityStartDate(@Nullable LocalDate mDSubstnValidityStartDate) Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityStartDate
- Returns:
this.
-
mDSubstnValidityStartTime
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder mDSubstnValidityStartTime(@Nullable LocalTime mDSubstnValidityStartTime) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityStartTime
- Returns:
this.
-
mDSubstnValidityEndDate
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder mDSubstnValidityEndDate(@Nullable LocalDate mDSubstnValidityEndDate) Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityEndDate
- Returns:
this.
-
mDSubstnValidityEndTime
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder mDSubstnValidityEndTime(@Nullable LocalTime mDSubstnValidityEndTime) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityEndTime
- Returns:
this.
-
timeZoneID
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: TimeZoneID
- Returns:
this.
-
mDSubstnReason
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder mDSubstnReason(@Nullable String mDSubstnReason) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnReason
- Returns:
this.
-
mDSubstnStatus
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder mDSubstnStatus(@Nullable String mDSubstnStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MDSubstnStatus
- Returns:
this.
-
mDSubstnIsRlvtForATPProd
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder mDSubstnIsRlvtForATPProd(@Nullable Boolean mDSubstnIsRlvtForATPProd) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnIsRlvtForATPProd
- Returns:
this.
-
createdByUser
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
_Messages
@Nonnull public ProdSubstnExclsn.ProdSubstnExclsnBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-