public static final class ChangeMasterObjectType.ChangeMasterObjectTypeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ChangeMasterObjectType |
build() |
ChangeMasterObjectType.ChangeMasterObjectTypeBuilder |
changeMasterObjectTypeText(ChangeMasterObjectTypeText... value)
Navigation property to_ChangeMasterObjectTypeText for ChangeMasterObjectType to multiple
ChangeMasterObjectTypeText.
|
ChangeMasterObjectType.ChangeMasterObjectTypeBuilder |
changeNumberObjectType_Text(String changeNumberObjectType_Text)
Constraints: Not nullable, Maximum length: 30
|
ChangeMasterObjectType.ChangeMasterObjectTypeBuilder |
changeNumberObjectType(String changeNumberObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public ChangeMasterObjectType.ChangeMasterObjectTypeBuilder changeMasterObjectTypeText(ChangeMasterObjectTypeText... value)
value
- The ChangeMasterObjectTypeTexts to build this ChangeMasterObjectType with.public ChangeMasterObjectType.ChangeMasterObjectTypeBuilder changeNumberObjectType(@Nullable String changeNumberObjectType)
Original property name from the Odata EDM: ChangeNumberObjectType
This categorization allows you to process changes to different objects in different ways with the same change number.For example, you can identify different change statuses of materials by using defined revision levels.2 - Material BOM4 - Document structure12 - Routing41 - MaterialYou cannot change this categorization.
to their distinguishing features.this
.public ChangeMasterObjectType.ChangeMasterObjectTypeBuilder changeNumberObjectType_Text(@Nullable String changeNumberObjectType_Text)
Original property name from the Odata EDM: ChangeNumberObjectType_Text
this
.public ChangeMasterObjectType build()
Copyright © 2020 SAP SE. All rights reserved.