public static final class PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PhaseRelationshipTypeText |
build() |
PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder |
phaseRelationshipType(String phaseRelationshipType)
Constraints: Not nullable, Maximum length: 2
|
PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder |
phaseRelationshipTypeDesc(String phaseRelationshipTypeDesc)
Constraints: Not nullable, Maximum length: 20
|
PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder |
phaseRelationshipTypeKey(String phaseRelationshipTypeKey)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder |
relshpType(PhaseRelationshipType value)
Navigation property to_RelshpType for PhaseRelationshipTypeText to single
PhaseRelationshipType.
|
String |
toString() |
@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder relshpType(PhaseRelationshipType value)
value
- The PhaseRelationshipType to build this PhaseRelationshipTypeText with.@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
In DISPLAY mode, this field identifies the language a record is written in.In CREATE mode, use this field to identify the language you will use to enter a description. To do so either:Type in the appropriate code, orRequest a list of language codes and make a selection by either:. Pressing F4, or. Clicking the down arrowNOTE: It is not possible to make entries in this field, everywhere in the system. Sometimes the system automatically completes the field, and you may not change it.
this
.@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder phaseRelationshipTypeKey(@Nullable String phaseRelationshipTypeKey)
Original property name from the Odata EDM: PhaseRelationshipTypeKey
this
.@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder phaseRelationshipType(@Nullable String phaseRelationshipType)
Original property name from the Odata EDM: PhaseRelationshipType
this
.@Nonnull public PhaseRelationshipTypeText.PhaseRelationshipTypeTextBuilder phaseRelationshipTypeDesc(@Nullable String phaseRelationshipTypeDesc)
Original property name from the Odata EDM: PhaseRelationshipTypeDesc
this
.@Nonnull public PhaseRelationshipTypeText build()
Copyright © 2020 SAP SE. All rights reserved.