Class PhaseRelationshipType.PhaseRelationshipTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.phaserelationshiptype.PhaseRelationshipType.PhaseRelationshipTypeBuilder
- Enclosing class:
- PhaseRelationshipType
Helper class to allow for fluent creation of PhaseRelationshipType instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()phaseRelationshipType(String phaseRelationshipType) Constraints: Not nullable, Maximum length: 2phaseRelationshipTypeDesc(String phaseRelationshipTypeDesc) Constraints: Not nullable, Maximum length: 20phaseRelationshipTypeKey(String phaseRelationshipTypeKey) (Key Field) Constraints: Not nullable, Maximum length: 2text(PhaseRelationshipTypeText... value) Navigation property to_Text for PhaseRelationshipType to multiple PhaseRelationshipTypeText.toString()
-
Method Details
-
text
@Nonnull public PhaseRelationshipType.PhaseRelationshipTypeBuilder text(PhaseRelationshipTypeText... value) Navigation property to_Text for PhaseRelationshipType to multiple PhaseRelationshipTypeText.- Parameters:
value- The PhaseRelationshipTypeTexts to build this PhaseRelationshipType with.- Returns:
- This Builder to allow for a fluent interface.
-
phaseRelationshipTypeKey
@Nonnull public PhaseRelationshipType.PhaseRelationshipTypeBuilder phaseRelationshipTypeKey(@Nullable String phaseRelationshipTypeKey) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PhaseRelationshipTypeKey
- Returns:
this.
-
phaseRelationshipType
@Nonnull public PhaseRelationshipType.PhaseRelationshipTypeBuilder phaseRelationshipType(@Nullable String phaseRelationshipType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PhaseRelationshipType
- Returns:
this.
-
phaseRelationshipTypeDesc
@Nonnull public PhaseRelationshipType.PhaseRelationshipTypeBuilder phaseRelationshipTypeDesc(@Nullable String phaseRelationshipTypeDesc) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PhaseRelationshipTypeDesc
- Returns:
this.
-
build
-
toString
-