Class PlantSubstn.PlantSubstnBuilder
- Enclosing class:
- PlantSubstn
-
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: 7distributionChannel(String distributionChannel) Constraints: Not nullable, Maximum length: 2lastChangeDateTime(OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12mDSubstnGroup(String mDSubstnGroup) Constraints: Not nullable, Maximum length: 20mDSubstnIsExit(Boolean mDSubstnIsExit) Constraints: Not nullablemDSubstnIsLeading(Boolean mDSubstnIsLeading) Constraints: Not nullablemDSubstnReason(String mDSubstnReason) Constraints: Not nullable, Maximum length: 20mDSubstnSequenceValue(Short mDSubstnSequenceValue) Constraints: Not nullablemDSubstnStatus(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: 4salesOrganization(String salesOrganization) Constraints: Not nullable, Maximum length: 4substitutePlant(String substitutePlant) Constraints: Not nullable, Maximum length: 4timeZoneID(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.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
substitutePlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SubstitutePlant
- Returns:
this.
-
salesOrganization
@Nonnull public PlantSubstn.PlantSubstnBuilder salesOrganization(@Nullable String salesOrganization) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Returns:
this.
-
distributionChannel
@Nonnull public PlantSubstn.PlantSubstnBuilder distributionChannel(@Nullable String distributionChannel) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Returns:
this.
-
mDSubstnGroup
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnGroup
- Returns:
this.
-
mDSubstnIsExit
Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnIsExit
- Returns:
this.
-
mDSubstnIsLeading
@Nonnull public PlantSubstn.PlantSubstnBuilder mDSubstnIsLeading(@Nullable Boolean mDSubstnIsLeading) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnIsLeading
- Returns:
this.
-
mDSubstnSequenceValue
@Nonnull public PlantSubstn.PlantSubstnBuilder mDSubstnSequenceValue(@Nullable Short mDSubstnSequenceValue) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnSequenceValue
- Returns:
this.
-
mDSubstnValidityStartDate
@Nonnull public PlantSubstn.PlantSubstnBuilder mDSubstnValidityStartDate(@Nullable LocalDate mDSubstnValidityStartDate) Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityStartDate
- Returns:
this.
-
mDSubstnValidityStartTime
@Nonnull public PlantSubstn.PlantSubstnBuilder mDSubstnValidityStartTime(@Nullable LocalTime mDSubstnValidityStartTime) Constraints: Not nullableOriginal property name from the Odata EDM: MDSubstnValidityStartTime
- Returns:
this.
-
mDSubstnValidityEndDate
@Nonnull public PlantSubstn.PlantSubstnBuilder mDSubstnValidityEndDate(@Nullable LocalDate mDSubstnValidityEndDate) Constraints: NullableOriginal property name from the Odata EDM: MDSubstnValidityEndDate
- Returns:
this.
-
mDSubstnValidityEndTime
@Nonnull public PlantSubstn.PlantSubstnBuilder 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
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MDSubstnReason
- Returns:
this.
-
mDSubstnStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MDSubstnStatus
- Returns:
this.
-
createdByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDateTime
@Nonnull public PlantSubstn.PlantSubstnBuilder creationDateTime(@Nullable OffsetDateTime creationDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CreationDateTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public PlantSubstn.PlantSubstnBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public PlantSubstn.PlantSubstnBuilder lastChangeDateTime(@Nullable OffsetDateTime lastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
_Messages
@Nonnull public PlantSubstn.PlantSubstnBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-