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
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 © 2021 SAP SE. All rights reserved.