public static class ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ChangeMasterObjectTypeText |
build() |
ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder |
changeNumberObjectType(String changeNumberObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder |
objectTypeShortText(String objectTypeShortText)
Constraints: Not nullable, Maximum length: 10
|
ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder |
objectTypeText(String objectTypeText)
Constraints: Not nullable, Maximum length: 30
|
String |
toString() |
public ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder 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 ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder objectTypeText(@Nullable String objectTypeText)
Original property name from the Odata EDM: ObjectTypeText
this
.public ChangeMasterObjectTypeText.ChangeMasterObjectTypeTextBuilder objectTypeShortText(@Nullable String objectTypeShortText)
Original property name from the Odata EDM: ObjectTypeShortText
this
.public ChangeMasterObjectTypeText build()
Copyright © 2020 SAP SE. All rights reserved.