Class ProductSubstitution.ProductSubstitutionBuilder
- Enclosing class:
- ProductSubstitution
-
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: 12mDSubstnConversionDenominator(Short mDSubstnConversionDenominator) Constraints: Not nullablemDSubstnConversionNumerator(Short mDSubstnConversionNumerator) Constraints: Not nullablemDSubstnConversionPercent(BigDecimal mDSubstnConversionPercent) Constraints: Not nullable, Precision: 5, Scale: 2mDSubstnGroup(String mDSubstnGroup) Constraints: Not nullable, Maximum length: 20mDSubstnIsExit(Boolean mDSubstnIsExit) Constraints: Not nullablemDSubstnIsLeading(Boolean mDSubstnIsLeading) Constraints: Not nullablemDSubstnIsRlvtForATPProd(Boolean mDSubstnIsRlvtForATPProd) Constraints: Not nullablemDSubstnReason(String mDSubstnReason) Constraints: Not nullable, Maximum length: 20mDSubstnSequenceValue(Short mDSubstnSequenceValue) Constraints: Not nullablemDSubstnSet(String mDSubstnSet) 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: 4predecessors(ProdSubstnPredecessor... value) Navigation property _Predecessors for ProductSubstitution to multiple ProdSubstnPredecessor.Constraints: Not nullable, Maximum length: 18substituteProduct(String substituteProduct) Constraints: Not nullable, Maximum length: 18successors(ProdSubstnSuccessor... value) Navigation property _Successors for ProductSubstitution to multiple ProdSubstnSuccessor.timeZoneID(String timeZoneID) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
predecessors
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder predecessors(ProdSubstnPredecessor... value) Navigation property _Predecessors for ProductSubstitution to multiple ProdSubstnPredecessor.- Parameters:
value- The ProdSubstnPredecessors to build this ProductSubstitution with.- Returns:
- This Builder to allow for a fluent interface.
-
successors
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder successors(ProdSubstnSuccessor... value) Navigation property _Successors for ProductSubstitution to multiple ProdSubstnSuccessor.- Parameters:
value- The ProdSubstnSuccessors to build this ProductSubstitution with.- Returns:
- This Builder to allow for a fluent interface.
-
mDSubstnUUID
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnUUID(@Nullable UUID 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.
-
substituteProduct
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder substituteProduct(@Nullable String substituteProduct) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SubstituteProduct
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
mDSubstnGroup
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnGroup(@Nullable String mDSubstnGroup) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Returns:
this.
-
mDSubstnSet
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnSet(@Nullable String mDSubstnSet) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnSet
- Returns:
this.
-
mDSubstnIsExit
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnIsExit(@Nullable Boolean mDSubstnIsExit) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnIsExit
- Returns:
this.
-
mDSubstnIsLeading
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnIsLeading(@Nullable Boolean mDSubstnIsLeading) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnIsLeading
- Returns:
this.
-
mDSubstnSequenceValue
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnSequenceValue(@Nullable Short mDSubstnSequenceValue) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnSequenceValue
- Returns:
this.
-
mDSubstnConversionNumerator
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnConversionNumerator(@Nullable Short mDSubstnConversionNumerator) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnConversionNumerator
- Returns:
this.
-
mDSubstnConversionDenominator
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnConversionDenominator(@Nullable Short mDSubstnConversionDenominator) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnConversionDenominator
- Returns:
this.
-
mDSubstnConversionPercent
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnConversionPercent(@Nullable BigDecimal mDSubstnConversionPercent) Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: MDSubstnConversionPercent
- Returns:
this.
-
mDSubstnValidityStartDate
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnValidityStartDate(@Nullable LocalDate mDSubstnValidityStartDate) Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityStartDate
- Returns:
this.
-
mDSubstnValidityStartTime
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnValidityStartTime(@Nullable LocalTime mDSubstnValidityStartTime) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityStartTime
- Returns:
this.
-
mDSubstnValidityEndDate
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnValidityEndDate(@Nullable LocalDate mDSubstnValidityEndDate) Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityEndDate
- Returns:
this.
-
mDSubstnValidityEndTime
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnValidityEndTime(@Nullable LocalTime mDSubstnValidityEndTime) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityEndTime
- Returns:
this.
-
timeZoneID
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder timeZoneID(@Nullable String timeZoneID) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: TimeZoneID
- Returns:
this.
-
mDSubstnReason
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnReason(@Nullable String mDSubstnReason) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnReason
- Returns:
this.
-
mDSubstnStatus
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnStatus(@Nullable String mDSubstnStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MDSubstnStatus
- Returns:
this.
-
mDSubstnIsRlvtForATPProd
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder mDSubstnIsRlvtForATPProd(@Nullable Boolean mDSubstnIsRlvtForATPProd) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnIsRlvtForATPProd
- Returns:
this.
-
createdByUser
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
_Messages
@Nonnull public ProductSubstitution.ProductSubstitutionBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-