public static final class PhaseRelationshipType.PhaseRelationshipTypeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PhaseRelationshipType |
build() |
PhaseRelationshipType.PhaseRelationshipTypeBuilder |
phaseRelationshipType(String phaseRelationshipType)
Constraints: Not nullable, Maximum length: 2
|
PhaseRelationshipType.PhaseRelationshipTypeBuilder |
phaseRelationshipTypeDesc(String phaseRelationshipTypeDesc)
Constraints: Not nullable, Maximum length: 20
|
PhaseRelationshipType.PhaseRelationshipTypeBuilder |
phaseRelationshipTypeKey(String phaseRelationshipTypeKey)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PhaseRelationshipType.PhaseRelationshipTypeBuilder |
text(PhaseRelationshipTypeText... value)
Navigation property to_Text for PhaseRelationshipType to multiple
PhaseRelationshipTypeText.
|
String |
toString() |
@Nonnull public PhaseRelationshipType.PhaseRelationshipTypeBuilder text(PhaseRelationshipTypeText... value)
value
- The PhaseRelationshipTypeTexts to build this PhaseRelationshipType with.@Nonnull public PhaseRelationshipType.PhaseRelationshipTypeBuilder phaseRelationshipTypeKey(@Nullable String phaseRelationshipTypeKey)
Original property name from the Odata EDM: PhaseRelationshipTypeKey
this
.@Nonnull public PhaseRelationshipType.PhaseRelationshipTypeBuilder phaseRelationshipType(@Nullable String phaseRelationshipType)
Original property name from the Odata EDM: PhaseRelationshipType
this
.@Nonnull public PhaseRelationshipType.PhaseRelationshipTypeBuilder phaseRelationshipTypeDesc(@Nullable String phaseRelationshipTypeDesc)
Original property name from the Odata EDM: PhaseRelationshipTypeDesc
this
.@Nonnull public PhaseRelationshipType build()
Copyright © 2021 SAP SE. All rights reserved.