public static final class ChangeMasterStatus.ChangeMasterStatusBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ChangeMasterStatus |
build() |
ChangeMasterStatus.ChangeMasterStatusBuilder |
changeIsAllowed(Boolean changeIsAllowed)
Constraints: none
|
ChangeMasterStatus.ChangeMasterStatusBuilder |
changeNumberStatus(String changeNumberStatus)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ChangeMasterStatus.ChangeMasterStatusBuilder |
dateChangeIsAllowed(Boolean dateChangeIsAllowed)
Constraints: none
|
ChangeMasterStatus.ChangeMasterStatusBuilder |
distributionIsLocked(Boolean distributionIsLocked)
Constraints: none
|
ChangeMasterStatus.ChangeMasterStatusBuilder |
text(ChangeMasterStatusText... value)
Navigation property to_Text for ChangeMasterStatus to multiple ChangeMasterStatusText.
|
String |
toString() |
@Nonnull public ChangeMasterStatus.ChangeMasterStatusBuilder text(ChangeMasterStatusText... value)
value
- The ChangeMasterStatusTexts to build this ChangeMasterStatus with.public ChangeMasterStatus.ChangeMasterStatusBuilder changeNumberStatus(@Nullable String changeNumberStatus)
Original property name from the Odata EDM: ChangeNumberStatus
this
.public ChangeMasterStatus.ChangeMasterStatusBuilder changeIsAllowed(@Nullable Boolean changeIsAllowed)
Original property name from the Odata EDM: ChangeIsAllowed
this
.public ChangeMasterStatus.ChangeMasterStatusBuilder dateChangeIsAllowed(@Nullable Boolean dateChangeIsAllowed)
Original property name from the Odata EDM: DateChangeIsAllowed
this
.public ChangeMasterStatus.ChangeMasterStatusBuilder distributionIsLocked(@Nullable Boolean distributionIsLocked)
Original property name from the Odata EDM: DistributionIsLocked
this
.public ChangeMasterStatus build()
Copyright © 2020 SAP SE. All rights reserved.